Skip to content

Commit 559905d

Browse files
committed
Changelog: fix typo [ci skip]
1 parent e093c8a commit 559905d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Features:
2626
* 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
2727
* Add `--duration-abbreviation` to abbreviate duration values in custom format
2828
* 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
3131

3232
Bugfixes:
3333
* Improve accuracy of Flatpak count detection (#1856, Packages, Linux)

0 commit comments

Comments
 (0)