aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2014-10-10 14:15:11 -0700
committerWayne Davison <wayned@samba.org>2014-10-10 14:15:11 -0700
commit6128f56694623bf0ea09f4fc22f9a94996335e65 (patch)
tree2d8c0a5fb6f1f73f22cbdf5ab91858a93c9ba631
parent743f5a30d528f75e844280bfefab10be5fb32796 (diff)
downloadandroid_external_rsync-6128f56694623bf0ea09f4fc22f9a94996335e65.tar.gz
android_external_rsync-6128f56694623bf0ea09f4fc22f9a94996335e65.tar.bz2
android_external_rsync-6128f56694623bf0ea09f4fc22f9a94996335e65.zip
Add a missing closing paren.
-rw-r--r--rsync.yo2
1 files changed, 1 insertions, 1 deletions
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).)