]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Fixed a comment.
authorWayne Davison <wayned@samba.org>
Tue, 30 Aug 2005 02:59:30 +0000 (02:59 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 30 Aug 2005 02:59:30 +0000 (02:59 +0000)
options.c

index aa231f7ff6b81c52813942234cc58d045bdfa08e..6488b5690bc6e5c6516d11d9be4963c904476bfb 100644 (file)
--- 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");