diff options
author | Wayne Davison <wayned@samba.org> | 2009-02-17 13:22:28 -0800 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2009-02-18 07:26:48 -0800 |
commit | df7ec1cf428ef45f255589a5ca662cfb25724510 (patch) | |
tree | 8a1ffdf29b83dd2ed3367fd4f05c04e2dff92e0f /NEWS | |
parent | 6437b817c0023cf54f4054e25b7f7947084a1048 (diff) | |
download | rsync-df7ec1cf428ef45f255589a5ca662cfb25724510.tar.gz rsync-df7ec1cf428ef45f255589a5ca662cfb25724510.tar.bz2 rsync-df7ec1cf428ef45f255589a5ca662cfb25724510.zip |
Adding a way for log-format numbers to become more human readable.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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. |