summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-06-26 11:27:27 -0700
committerWayne Davison <wayne@opencoder.net>2020-06-26 11:27:27 -0700
commitb1a8b09c21771902cce094bd061b1cd83887af5f (patch)
treebf355fb38078b751ff92e78c9349e28f1c192622
parentfe2ef556d9ef11e5dd549e19a06a7a924f7ddfa1 (diff)
downloadrsync-b1a8b09c21771902cce094bd061b1cd83887af5f.tar.gz
Some man page changes.
-rw-r--r--rsyncd.conf.5.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/rsyncd.conf.5.md b/rsyncd.conf.5.md
index 4da26b62..4e9da77c 100644
--- a/rsyncd.conf.5.md
+++ b/rsyncd.conf.5.md
@@ -905,15 +905,15 @@ the values of parameters. See the GLOBAL PARAMETERS section for more details.
- `--server`: Required for rsync to even work.
- `--rsh`, `-e`: Required to convey compatibility flags to the server.
- - `--log-format`: This is required to convey things like
- `--itemize-changes` to a remote receiver. Is an older name for
- `--out-format` that is still passed to the server for improved backward
- compatibility and should not be confused with `--log-file-format`.
+ - `--out-format`: This is required to convey output behavior to a remote
+ receiver. While rsync passes the older alias `--log-format` for
+ compatibility reasons, this options should not be confused with
+ `--log-file-format`.
- `--sender`: Use "write only" parameter instead of refusing this.
- `--dry-run`, `-n`: Who would want to disable this?
- - `--protect-args`, `-n`: This actually makes transfers safer.
- - `--from0`, `-0`: Make it easier to accept/refuse `--files-from` without
- affecting this modifier.
+ - `--protect-args`, `-s`: This actually makes transfers safer.
+ - `--from0`, `-0`: Makes it easier to accept/refuse `--files-from` without
+ affecting this helpful modifier.
- `--iconv`: This is auto-disabled based on "charset" parameter.
- `--no-iconv`: Most transfers use this option.
- `--checksum-seed`: Is a fairly rare, safe option.