]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
usage: mention also the missing KiB and MiB as permissible suffixes
authorBenno Schulenberg <bensberg@telfort.nl>
Sun, 9 Feb 2025 08:23:29 +0000 (09:23 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 10 Feb 2025 11:36:57 +0000 (12:36 +0100)
Also, slightly reword the phrase to be more grammatical,
and make it into a full sentence that ends in a period.

(By the way, commit f1970cc557 is somewhat problematic: it requires
that the relevant occurrences of "<num>" and "<size>" in the option
descriptions are now always translated in the same manner, but the
translator may be unaware of this.  For Dutch, the latter was the
case for `ipcmk` and `zramctl`. :/ )

Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
include/c.h

index ec2d32c386b7375cf35adbeb9bd1eeb118a08da2..dcb2d683c70eb262b5860565a997d9456840280c 100644 (file)
@@ -474,8 +474,8 @@ static inline void __attribute__((__noreturn__)) ul_sig_err(int excode, const ch
 
 #define USAGE_ARG_SEPARATOR    "\n"
 #define USAGE_ARG_SIZE(_name) \
-               _(" %s arguments may be followed by the suffixes for\n" \
-                 "   GiB, TiB, PiB, EiB, ZiB, and YiB (the \"iB\" is optional)\n"), _name
+               _(" Values for %s may be followed by a suffix: KiB, MiB,\n" \
+                 " GiB, TiB, PiB, EiB, ZiB, or YiB (where the \"iB\" is optional).\n"), _name
 
 #define USAGE_MAN_TAIL(_man)   _("\nFor more details see %s.\n"), _man