diff options
author | Wayne Davison <wayned@samba.org> | 2005-02-13 05:44:29 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2005-02-13 05:44:29 +0000 |
commit | 9c71f56a251e0b4edfcb6b3aa1e3bda5f0bdd37b (patch) | |
tree | 7a62f866081646f8662f51f4b2f4ebda1e6ca467 /options.c | |
parent | f924946eba6c5df255413ac55905e2f8482e3939 (diff) | |
download | rsync-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |