]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Mention that `rsync --version` outputs checksum & compress lists.
authorWayne Davison <wayne@opencoder.net>
Wed, 3 Jun 2020 00:21:51 +0000 (17:21 -0700)
committerWayne Davison <wayne@opencoder.net>
Wed, 3 Jun 2020 00:21:51 +0000 (17:21 -0700)
rsync.yo

index 72812930ef90a6bb8a76bcc51384f98e87d86738..3db3f3e84a4a597ebcf4509ef35fadc3bee8b142 100644 (file)
--- a/rsync.yo
+++ b/rsync.yo
@@ -1413,6 +1413,8 @@ unknown checksum names.  If the remote rsync is not new enough to handle a
 checksum negotiation list, the list is silently ignored unless it contains the
 string "FAIL".
 
+Use bf(rsync --version) to see the default checksum list.
+
 The use of the bf(--checksum-choice) option overrides this environment list.
 
 dit(bf(-x, --one-file-system)) This tells rsync to avoid crossing a
@@ -2107,6 +2109,8 @@ names.  If the remote rsync is not new enough to handle a compression
 negotiation list, the list is silently ignored unless it contains the string
 "FAIL".
 
+Use bf(rsync --version) to see the default compress list.
+
 dit(bf(--compress-level=NUM)) Explicitly set the compression level to use
 (see bf(--compress)) instead of letting it default.  If NUM is non-zero,
 the bf(--compress) option is implied.