]> git.ipfire.org Git - thirdparty/util-linux.git/commit
zramctl: restore normal description indentations in the usage text
authorBenno Schulenberg <bensberg@telfort.nl>
Sun, 6 Apr 2025 15:21:46 +0000 (17:21 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 8 Apr 2025 10:37:27 +0000 (12:37 +0200)
commit945d43873bc3864969737cf39ed5ce62515b9ae1
treee8168f7fd0c368c8e72b87d89d443f09a9456c46
parent8a765c94cabb6dede9e698ef44c69050d2f1ced5
zramctl: restore normal description indentations in the usage text

Commit 19c12e63b1 from four months ago changed the indentation of *all*
the option descriptions in the usage text.  That was the wrong thing to
do, as it invalidates all existing translations for no good reason.

When one of the options is (or needs to become) overlong, then the thing
to do is: to put the description of this option on the next line.

So, restore the indentation of the descriptions to what they were
before commit 19c12e63b1, and wrap the description of -p.

Also, make the description of -b fit within 80 columns, and sort the
options better: alphabetically, but single letter before long option.

CC: LiviaMedeiros <livia@cirno.name>
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
sys-utils/zramctl.c