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 aa231f7..6488b56 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");