From: juleslagarde <23563133+juleslagarde@users.noreply.github.com> Date: Thu, 17 Jun 2021 05:39:45 +0000 (+0200) Subject: fix man page typo X-Git-Tag: v3.2.4pre1~83 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2dfd48492e96a230e9cc1010df69f9616017b5f9;p=thirdparty%2Frsync.git fix man page typo Fix a copy/paste error that should be referring to deletions. --- diff --git a/rsync.1.md b/rsync.1.md index fbbfad22..ec55a688 100644 --- a/rsync.1.md +++ b/rsync.1.md @@ -2852,7 +2852,7 @@ your home directory (remove the '=' for that). sense) were created (as opposed to updated). The total count will be followed by a list of counts by filetype (if the total is non-zero). - `Number of deleted files` is the count of how many "files" (generic - sense) were created (as opposed to updated). The total count will be + sense) were deleted. The total count will be followed by a list of counts by filetype (if the total is non-zero). Note that this line is only output if deletions are in effect, and only if protocol 31 is being used (the default for rsync 3.1.x).