From: Wayne Davison Date: Tue, 23 Jun 2020 02:30:07 +0000 (-0700) Subject: Fix a typo. X-Git-Tag: v3.2.1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b8b7f1f3d0bb5976b67f9c4988142c36c9baf131;p=thirdparty%2Frsync.git Fix a typo. --- diff --git a/rsync.1.md b/rsync.1.md index 44b4a62a..9d9dfbae 100644 --- a/rsync.1.md +++ b/rsync.1.md @@ -381,7 +381,7 @@ detailed description below for a complete description. --write-devices write to devices as files (implies --inplace) --dry-run, -n perform a trial run with no changes made --whole-file, -W copy files whole (w/o delta-xfer algorithm) ---checksum-choice=STR choose the checksum algorithms (aka --cc) +--checksum-choice=STR choose the checksum algorithm (aka --cc) --one-file-system, -x don't cross filesystem boundaries --block-size=SIZE, -B force a fixed checksum block-size --rsh=COMMAND, -e specify the remote shell to use