summaryrefslogtreecommitdiff
path: root/rsync.yo
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2005-05-02 17:22:42 +0000
committerWayne Davison <wayned@samba.org>2005-05-02 17:22:42 +0000
commitfa92818af3e9782b82a41d10633809abe72b922c (patch)
tree59ec99c0bf00f949ddbfa2977575c00c9cc6f020 /rsync.yo
parent289a32167ca34a448496f8927faf33148290a445 (diff)
downloadrsync-fa92818af3e9782b82a41d10633809abe72b922c.tar.gz
Tweaked the doc for --from0.
Diffstat (limited to 'rsync.yo')
-rw-r--r--rsync.yo4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsync.yo b/rsync.yo
index abcac123..3cf03dd4 100644
--- a/rsync.yo
+++ b/rsync.yo
@@ -374,7 +374,7 @@ to the detailed description below for a complete description. verb(
--include=PATTERN don't exclude files matching PATTERN
--include-from=FILE read include patterns from FILE
--files-from=FILE read list of source-file names from FILE
- -0, --from0 all *from file lists are delimited by nulls
+ -0, --from0 all *from/filter files are delimited by 0s
--version print version number
--address=ADDRESS bind address for outgoing socket to daemon
--port=PORT specify double-colon alternate port number
@@ -935,7 +935,7 @@ quote(tt( rsync -a --files-from=:/path/file-list src:/ /tmp/copy))
This would copy all the files specified in the /path/file-list file that
was located on the remote "src" host.
-dit(bf(-0, --from0)) This tells rsync that the filenames it reads from a
+dit(bf(-0, --from0)) This tells rsync that the rules/filenames it reads from a
file are terminated by a null ('\0') character, not a NL, CR, or CR+LF.
This affects bf(--exclude-from), bf(--include-from), bf(--files-from), and any
merged files specified in a bf(--filter) rule.