From: Wayne Davison Date: Sun, 13 Feb 2005 05:44:29 +0000 (+0000) Subject: Improved the help text for -F. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/9c71f56a251e0b4edfcb6b3aa1e3bda5f0bdd37b Improved the help text for -F. --- diff --git a/options.c b/options.c index ac087d95..db1317ac 100644 --- a/options.c +++ b/options.c @@ -308,7 +308,7 @@ void usage(enum logcode F) rprintf(F," -z, --compress compress file data during the transfer\n"); rprintf(F," -C, --cvs-exclude auto-ignore files the same way CVS does\n"); rprintf(F," -f, --filter=RULE add a file-filtering RULE\n"); - rprintf(F," -F same as --filter=': /.rsync-filter'\n"); + rprintf(F," -F same as --filter='dir-merge /.rsync-filter'\n"); rprintf(F," repeated: --filter='- .rsync-filter'\n"); rprintf(F," --exclude=PATTERN exclude files matching PATTERN\n"); rprintf(F," --exclude-from=FILE read exclude patterns from FILE\n");