You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,8 @@ Features:
26
26
* Add `--{duration,percent,size,freq,temp}-space-before-unit [always|never]` options to add a space before the unit when printing duration, percent, size, frequency and temperature values
27
27
* Add `--duration-abbreviation` to abbreviate duration values in custom format
28
28
* For example: `1 day, 2 hours, 3 mins` will be displayed as `1d 2h 3m`
29
-
* Add `--percent-with` to pad the percent value with spaces to a fixed width
30
-
* For example: `--percent-with 3` will display ` 50%` instead of `50%`; useful for aligning percent values in custom format
29
+
* Add `--percent-width` to pad the percent value with spaces to a fixed width
30
+
* For example: `--percent-width 3` will display ` 50%` instead of `50%`; useful for aligning percent values in custom format
31
31
32
32
Bugfixes:
33
33
* Improve accuracy of Flatpak count detection (#1856, Packages, Linux)
0 commit comments