]> git.draconx.ca Git - dxcommon.git/blob - src/help-std.str
help_print_optstring: New table-based implementation.
[dxcommon.git] / src / help-std.str
1 # Strings for options listing (normal variant)
2 #
3 # For the convenience of downstream users, (to the detriment of this project's
4 # maintenance), manually process this file with gen-strtab.awk as needed and
5 # incorporate the output directly into help.c
6
7 @macro
8 &fmt_short_optional_arg  \  -%c, --%s[=%s]
9 &fmt_long_optional_arg   \  --%s[=%s]
10 &fmt_short_mandatory_arg \  -%c, --%s=%s
11 &fmt_long_mandatory_arg  \  --%s=%s
12 &fmt_short_without_arg   \  -%c, --%s
13 &fmt_long_without_arg    \  --%s