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>
#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