Add --progress-total to --help

pull/547/head
Korbinian Pöppel 2023-10-04 13:27:30 +02:00
parent c0f11cb96b
commit 997decd04d
2 changed files with 2 additions and 1 deletions

View File

@ -514,7 +514,7 @@ btrbk-0.17.0
* Bugfix: allow "/" as volume name (close: #15). * Bugfix: allow "/" as volume name (close: #15).
* Bugfix: check source AND targets for determining snapshot postfix * Bugfix: check source AND targets for determining snapshot postfix
(close: #11). (close: #11).
* Bugfix: fixed "diff" action (colses: #14). * Bugfix: fixed "diff" action (closes: #14).
* Allow '+' character for subvolume names. * Allow '+' character for subvolume names.
* Filesystems on remote hosts are now printed as * Filesystems on remote hosts are now printed as
"{my.remote-host.com}" in summary and logs. "{my.remote-host.com}" in summary and logs.

1
btrbk
View File

@ -424,6 +424,7 @@ options:
--format=FORMAT change output format, FORMAT=table|long|raw --format=FORMAT change output format, FORMAT=table|long|raw
-S, --print-schedule print scheduler details (for the "run" command) -S, --print-schedule print scheduler details (for the "run" command)
--progress show progress bar on send-receive operation --progress show progress bar on send-receive operation
--progress-total show progress bar on send-receive operation with ETA
--lockfile=FILE create and check lockfile --lockfile=FILE create and check lockfile
--override=KEY=VALUE globally override a configuration option --override=KEY=VALUE globally override a configuration option