| The GNU C Library | www.imodulo.com · 2003-04-05 | ||
| [ Software | Documentation | Contact ] |
The formatting of argp -help output may be controlled to some extent by a program's users, by setting the ARGP_HELP_FMT environment variable to a comma-separated list of tokens. Whitespace is ignored:
dup-argsno-dup-argsThese turn duplicate-argument-mode on or off. In duplicate argument mode, if an option that accepts an argument has multiple names, the argument is shown for each name. Otherwise, it is only shown for the first long option. A note is subsequently printed so the user knows that it applies to other names as well. The default is no-dup-args, which is less consistent, but prettier.
dup-args-noteno-dup-args-noteThese will enable or disable the note informing the user of suppressed option argument duplication. The default is dup-args-note.
short-opt-col=nThis prints the first short option in column n. The default is 2.
long-opt-col=nThis prints the first long option in column n. The default is 6.
doc-opt-col=nThis prints `documentation options' (Argp Option Flags) in column n. The default is 2.
opt-doc-col=nThis prints the documentation for options starting in column n. The default is 29.
header-col=nThis will indent the group headers that document groups of options to column n. The default is 1.
usage-indent=nThis will indent continuation lines in Usage: messages to column n. The default is 12.
rmargin=nThis will word wrap help output at or before column n. The default is 79.
| © Free Software Foundation, Inc. |