added note to docs saying that --stats doesn't work unless -v is used
authorAndrew Tridgell <tridge@samba.org>
Tue, 2 Jun 1998 12:50:23 +0000 (12:50 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 2 Jun 1998 12:50:23 +0000 (12:50 +0000)
rsync.yo

index 893c0ba..ee49a04 100644 (file)
--- a/rsync.yo
+++ b/rsync.yo
@@ -446,7 +446,8 @@ rather than the default port 873.
 
 dit(bf(--stats)) This tells rsync to print a verbose set of statistics
 on the file transfer, allowing you to tell how effective the rsync
-algorithm is for your data.
+algorithm is for your data. This option only works in conjunction with
+the -v (verbose) option.
 
 enddit()