]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsmem: (usage) make an option description fit within 80 columns again
authorBenno Schulenberg <bensberg@telfort.nl>
Thu, 4 Jun 2026 09:52:51 +0000 (11:52 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 8 Jun 2026 11:06:02 +0000 (13:06 +0200)
Needed after recent commit 951862cc4a widened all option descriptions
by five columns.

CC: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
sys-utils/lsmem.c

index c3c39e8cbe9a176a1f07f54a39bbf24e1081182a..773570b5a240dbe3683ea681c18a6cd8c69e406a 100644 (file)
@@ -669,7 +669,7 @@ static void __attribute__((__noreturn__)) usage(void)
        fputs(USAGE_OPTIONS, out);
        fputs(_(" -a, --all                 list each individual memory block\n"), out);
        fputs(_("     --annotate[=<when>]   annotate columns with a tooltip (always|never|auto)\n"), out);
-       fputs(_(" -b, --bytes               print SIZE in bytes rather than in human readable format\n"), out);
+       fputs(_(" -b, --bytes               print SIZE in bytes, not in human readable format\n"), out);
        fputs(_(" -J, --json                use JSON output format\n"), out);
        fputs(_(" -n, --noheadings          don't print headings\n"), out);
        fputs(_(" -o, --output <list>       output columns\n"), out);