From: Benno Schulenberg Date: Sun, 9 Feb 2025 08:23:29 +0000 (+0100) Subject: usage: mention also the missing KiB and MiB as permissible suffixes X-Git-Tag: v2.42-start~51^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aed0aad70eb07761a1314b812cc940e2607a6b38;p=thirdparty%2Futil-linux.git usage: mention also the missing KiB and MiB as permissible suffixes 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 "" and "" 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 --- diff --git a/include/c.h b/include/c.h index ec2d32c38..dcb2d683c 100644 --- a/include/c.h +++ b/include/c.h @@ -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