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@xxxxxxxxxx> --- include/c.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.48.1