summaryrefslogtreecommitdiff
path: root/options.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2005-02-13 05:44:29 +0000
committerWayne Davison <wayned@samba.org>2005-02-13 05:44:29 +0000
commit9c71f56a251e0b4edfcb6b3aa1e3bda5f0bdd37b (patch)
tree7a62f866081646f8662f51f4b2f4ebda1e6ca467 /options.c
parentf924946eba6c5df255413ac55905e2f8482e3939 (diff)
downloadrsync-9c71f56a251e0b4edfcb6b3aa1e3bda5f0bdd37b.tar.gz
rsync-9c71f56a251e0b4edfcb6b3aa1e3bda5f0bdd37b.tar.bz2
rsync-9c71f56a251e0b4edfcb6b3aa1e3bda5f0bdd37b.zip
Improved the help text for -F.
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
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");