From: Andrew Tridgell Date: Tue, 2 Jun 1998 12:50:23 +0000 (+0000) Subject: added note to docs saying that --stats doesn't work unless -v is used X-Git-Tag: v2.0.17~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56cdbccb92998e07b9b934a4052b72dabc8251da;p=thirdparty%2Frsync.git added note to docs saying that --stats doesn't work unless -v is used --- diff --git a/rsync.yo b/rsync.yo index 893c0bae..ee49a049 100644 --- 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()