From 9c71f56a251e0b4edfcb6b3aa1e3bda5f0bdd37b Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 13 Feb 2005 05:44:29 +0000 Subject: [PATCH] Improved the help text for -F. --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.34.1