Skip to content

Commit

Permalink
usage: mention also the missing KiB and MiB as permissible suffixes
Browse files Browse the repository at this point in the history
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 f1970cc 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>
  • Loading branch information
Benno Schulenberg authored and karelzak committed Feb 10, 2025
1 parent 97114dc commit aed0aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/c.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit aed0aad

Please sign in to comment.