From: Wayne Davison Date: Tue, 30 Aug 2005 02:59:30 +0000 (+0000) Subject: Fixed a comment. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/c3851185f3d4b3ddb72d7c6ea6d931d4423f07c8 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");