fs/accounting: add --stats-one-line flag for single line stats

This commit is contained in:
Nick Craig-Wood
2018-08-16 16:32:35 +01:00
parent 80a3db34a8
commit 6390dec7db
4 changed files with 36 additions and 22 deletions

View File

@ -681,6 +681,11 @@ default level of logging which is `NOTICE` the stats won't show - if
you want them to then use `--stats-log-level NOTICE`. See the [Logging
section](#logging) for more info on log levels.
### --stats-one-line ###
When this is specified, rclone condenses the stats into a single line
showing the most important stats only.
### --stats-unit=bits|bytes ###
By default, data transfer rates will be printed in bytes/second.