]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Fixed a typo in the --help output for --no-OPTION.
authorWayne Davison <wayned@samba.org>
Tue, 15 Nov 2005 07:05:55 +0000 (07:05 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 15 Nov 2005 07:05:55 +0000 (07:05 +0000)
options.c

index df14a81b006a102f0c6276e749bdded911ad4457..cf82daa730106e63f9b244c0fca042f506904707 100644 (file)
--- a/options.c
+++ b/options.c
@@ -272,7 +272,7 @@ void usage(enum logcode F)
   rprintf(F," -q, --quiet                 suppress non-error messages\n");
   rprintf(F," -c, --checksum              skip based on checksum, not mod-time & size\n");
   rprintf(F," -a, --archive               archive mode; same as -rlptgoD (no -H)\n");
-  rprintf(F,"     --no-OPTION             turn of an implied OPTION (e.g. --no-D)\n");
+  rprintf(F,"     --no-OPTION             turn off an implied OPTION (e.g. --no-D)\n");
   rprintf(F," -r, --recursive             recurse into directories\n");
   rprintf(F," -R, --relative              use relative path names\n");
   rprintf(F,"     --no-implied-dirs       don't send implied dirs with --relative\n");