From: Benno Schulenberg Date: Thu, 4 Jun 2026 09:52:51 +0000 (+0200) Subject: lsmem: (usage) make an option description fit within 80 columns again X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eba39b40620a3e156ca8fcb3345da70d7818bf61;p=thirdparty%2Futil-linux.git lsmem: (usage) make an option description fit within 80 columns again Needed after recent commit 951862cc4a widened all option descriptions by five columns. CC: Christian Goeschel Ndjomouo Signed-off-by: Benno Schulenberg --- diff --git a/sys-utils/lsmem.c b/sys-utils/lsmem.c index c3c39e8cb..773570b5a 100644 --- a/sys-utils/lsmem.c +++ b/sys-utils/lsmem.c @@ -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[=] 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 output columns\n"), out);