aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2009-02-17 13:22:28 -0800
committerWayne Davison <wayned@samba.org>2009-02-18 07:26:48 -0800
commitdf7ec1cf428ef45f255589a5ca662cfb25724510 (patch)
tree8a1ffdf29b83dd2ed3367fd4f05c04e2dff92e0f /NEWS
parent6437b817c0023cf54f4054e25b7f7947084a1048 (diff)
downloadandroid_external_rsync-df7ec1cf428ef45f255589a5ca662cfb25724510.tar.gz
android_external_rsync-df7ec1cf428ef45f255589a5ca662cfb25724510.tar.bz2
android_external_rsync-df7ec1cf428ef45f255589a5ca662cfb25724510.zip
Adding a way for log-format numbers to become more human readable.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 073909e7..89f79ce9 100644
--- a/NEWS
+++ b/NEWS
@@ -16,8 +16,10 @@ Changes since 3.0.4:
control over what is output. Added an extra type of --progress output
using --info=progress2.
- - Output numbers in 3-digit groups by default (e.g. 1,234,567). (See the
- --human-readable option for a way to turn it off.)
+ - Output numbers in 3-digit groups by default (e.g. 1,234,567). See the
+ --human-readable option for a way to turn it off. See also the daemon's
+ "log format" parameter for a modifier that can request digit-grouping or
+ human-readable output in log escapes (including --out-format).
- Added a "T" (terabyte) category to the --human-readable size suffixes.