From: Wayne Davison Date: Fri, 10 Oct 2014 21:15:11 +0000 (-0700) Subject: Add a missing closing paren. X-Git-Tag: v3.1.2pre1~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6128f56694623bf0ea09f4fc22f9a94996335e65;p=thirdparty%2Frsync.git Add a missing closing paren. --- diff --git a/rsync.yo b/rsync.yo index 87028ca0..eef47e91 100644 --- a/rsync.yo +++ b/rsync.yo @@ -2449,7 +2449,7 @@ transfer that may be interrupted. There is also a bf(--info=progress2) option that outputs statistics based on the whole transfer, rather than individual files. Use this flag without -outputting a filename (e.g. avoid bf(-v) or specify bf(--info=name0) if you +outputting a filename (e.g. avoid bf(-v) or specify bf(--info=name0)) if you want to see how the transfer is doing without scrolling the screen with a lot of names. (You don't need to specify the bf(--progress) option in order to use bf(--info=progress2).)