From b8b7f1f3d0bb5976b67f9c4988142c36c9baf131 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 22 Jun 2020 19:30:07 -0700 Subject: [PATCH] Fix a typo. --- rsync.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2