From: Wayne Davison Date: Thu, 7 Oct 2004 17:00:36 +0000 (+0000) Subject: Mention in -a's usage message that -H isn't implied. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/64444de5825409c30f8006e6af15be00803e9dbe Mention in -a's usage message that -H isn't implied. --- diff --git a/options.c b/options.c index 5cb43217..36be7f26 100644 --- 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");