summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-06-22 19:21:32 -0700
committerWayne Davison <wayne@opencoder.net>2020-06-22 19:21:32 -0700
commit622a116917fe18d9d5f4a6f0b458adc2f69b4452 (patch)
tree6fc58a0f07c6d50466f3e0e3ecfcd3bfb676d43c
parentb51b0b323626fc71507b01f72e9de51f206ef2f0 (diff)
downloadrsync-622a116917fe18d9d5f4a6f0b458adc2f69b4452.tar.gz
A few more man page tweaks.
-rw-r--r--rsync.1.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/rsync.1.md b/rsync.1.md
index b8647ace..44b4a62a 100644
--- a/rsync.1.md
+++ b/rsync.1.md
@@ -2327,22 +2327,21 @@ your home directory (remove the '=' for that).
> rsync -aiv --zc=zstd --zl=22 host:src/ dest/
- For zlib & zlibx compression, the valid values are from 1 to 9 with 6 being
+ For zlib & zlibx compression the valid values are from 1 to 9 with 6 being
the default. Specifying 0 turns compression off, and specifying -1 chooses
the default of 6.
- For zstd compression, the valid values are from -131072 to 22 with 3 being
+ For zstd compression the valid values are from -131072 to 22 with 3 being
the default. Specifying 0 chooses the default of 3.
- For lz4 compression, there are no levels available, so the level is always
- 0.
+ For lz4 compression there are no levels, so the value is always 0.
If you specify a too-large or too-small value, the number is silently
limited to a valid value. This allows you to specify something like
`--zl=999999999` and be assured that you'll end up with the maximum
compression level no matter what algorithm was chosen.
- If you want to know the compression level that is in effect, specify the
+ If you want to know the compression level that is in effect, specify
`--debug=nstr` to see the "negotiated string" results. This will report
something like "`Client compress: zstd (level 3)`" (along with the checksum
choice in effect).