Fixed a typo in the --help output for --no-OPTION.
[rsync/rsync.git] / options.c
index df14a81..cf82daa 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");