Mention in -a's usage message that -H isn't implied.
authorWayne Davison <wayned@samba.org>
Thu, 7 Oct 2004 17:00:36 +0000 (17:00 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 7 Oct 2004 17:00:36 +0000 (17:00 +0000)
options.c

index 5cb4321..36be7f2 100644 (file)
--- a/options.c
+++ b/options.c
@@ -232,7 +232,7 @@ void usage(enum logcode F)
   rprintf(F," -v, --verbose               increase verbosity\n");
   rprintf(F," -q, --quiet                 decrease verbosity\n");
   rprintf(F," -c, --checksum              always checksum\n");
-  rprintf(F," -a, --archive               archive mode, equivalent to -rlptgoD\n");
+  rprintf(F," -a, --archive               archive mode, equivalent to -rlptgoD (no -H)\n");
   rprintf(F," -r, --recursive             recurse into directories\n");
   rprintf(F," -R, --relative              use relative path names\n");
   rprintf(F,"     --no-relative           turn off --relative\n");