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-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/56cdbccb92998e07b9b934a4052b72dabc8251da 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()