Surround the "--average-rate" average rate with brackets rather than square brackets, to differentiate it from the "--rate" current rate.

This commit is contained in:
Andrew Wood
2024-10-04 19:59:21 +01:00
parent a2c6490d31
commit 9aef419c4c
4 changed files with 11 additions and 6 deletions
+1
View File
@@ -5,6 +5,7 @@
* i18n: complete set of German translations supplied by Hartmut Goebel ([#98](https://codeberg.org/a-j-wood/pv/pulls/98))
* fix: resume stopped pipelines when running in the background (part of [#56](https://codeberg.org/a-j-wood/pv/issues/56))
* fix: prefix completion time ("`--fineta`") with *FIN* rather than *ETA* ([#43](https://codeberg.org/a-j-wood/pv/issues/43))
* fix: surround average rate ("`--average-rate`") with brackets rather than square brackets
* fix: correct a memory leak in "`--watchfd PID`"
* fix: write UTC timestamps in debugging mode to avoid lockups in signal handlers
* cleanup: removed TODO.md, since it's just an outdated copy of the issue tracker