[PATCH 2/3] lsmem: (usage) make an option description fit within 80 columns again

Benno Schulenberg <[email protected]> Thu, 4 Jun 2026 11:52:51 +0200
Newsgroups org.kernel.vger.util-linux
Message-ID <[email protected]>
Needed after recent commit 951862cc4a widened all option descriptions
by five columns.

CC: Christian Goeschel Ndjomouo <[email protected]>
Signed-off-by: Benno Schulenberg <[email protected]>
---
 sys-utils/lsmem.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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[=<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);
-- 
2.54.0