summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-09-06 01:27:46 +0000
committerAndrew Tridgell <tridge@samba.org>2000-09-06 01:27:46 +0000
commitc48b22c8583f6d6c55c6a6f6001cf4fdcc20aed1 (patch)
tree0f867a2b60c7c37b98c94f5d01ae6bf1fdae7099
parent65d0a49f5c0d7f389ca1b2273f0a8ba306630a06 (diff)
downloadrsync-c48b22c8583f6d6c55c6a6f6001cf4fdcc20aed1.tar.gz
minor man page update
-rw-r--r--rsync.yo6
1 files changed, 3 insertions, 3 deletions
diff --git a/rsync.yo b/rsync.yo
index 1b3cd2b6..1aac6f73 100644
--- a/rsync.yo
+++ b/rsync.yo
@@ -497,9 +497,9 @@ See the section on exclude patterns for information on the syntax of
this option.
dit(bf(--exclude-from=FILE)) This option is similar to the --exclude
-option, but instead it adds all filenames listed in the file FILE to
-the exclude list. Blank lines in FILE and lines starting with ';' or '#'
-are ignored.
+option, but instead it adds all exclude patterns listed in the file
+FILE to the exclude list. Blank lines in FILE and lines starting with
+';' or '#' are ignored.
dit(bf(--include=PATTERN)) This option tells rsync to not exclude the
specified pattern of filenames. This is useful as it allows you to