From: Wayne Davison Date: Tue, 30 Aug 2005 02:59:30 +0000 (+0000) Subject: Fixed a comment. X-Git-Tag: v2.6.7pre1~428 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3851185f3d4b3ddb72d7c6ea6d931d4423f07c8;p=thirdparty%2Frsync.git Fixed a comment. --- diff --git a/options.c b/options.c index aa231f7f..6488b569 100644 --- a/options.c +++ b/options.c @@ -1160,7 +1160,7 @@ int parse_arguments(int *argc, const char ***argv, int frommain) } if (sparse_files && inplace) { - /* Note: we don't check for this below, because --update is + /* Note: we don't check for this below, because --append is * OK with --sparse (as long as redos are handled right). */ snprintf(err_buf, sizeof err_buf, "--sparse cannot be used with --inplace\n");