]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Fixed a typo and made a sentence read better.
authorWayne Davison <wayned@samba.org>
Fri, 26 Mar 2004 15:51:51 +0000 (15:51 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 26 Mar 2004 15:51:51 +0000 (15:51 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 6a64c8952b4946e7c1f98fa752d1f017fdc8af7d..181c7e5aa6471f2021dbf1e99457e83fa553b0ac 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,10 +13,9 @@ Changes since 2.6.0:
 
     * The --progress output now mentions how far along in the
       transfer we are, including both a count of files transferred
-      and a percentage of the total file-count that we're processed.
-      It was also improved to better show the current rate of
-      transfer (which is used to estimate the remaining transfer
-      time).
+      and a percentage of the total file-count that we've processed.
+      It also shows better current-rate-of-transfer and remaining-
+      transfer-time values.
 
     * The configure script now accepts --with-rsyncd-conf=PATH
       to override the default value of the /etc/rsyncd.conf file.