| The GNU C Library | www.imodulo.com · 2003-04-05 | ||
| [ Software | Documentation | Contact ] |
The following special values may be passed to an argp help filter function as the first argument in addition to key values for user options. They specify which help text the text argument contains:
ARGP_KEY_HELP_PRE_DOCThe help text preceding options.
ARGP_KEY_HELP_POST_DOCThe help text following options.
ARGP_KEY_HELP_HEADERThe option header string.
ARGP_KEY_HELP_EXTRAThis is used after all other documentation; text is zero for this key.
ARGP_KEY_HELP_DUP_ARGS_NOTEThe explanatory note printed when duplicate option arguments have been suppressed.
ARGP_KEY_HELP_ARGS_DOCThe argument doc string; formally the args_doc field from the argp parser. Argp Parsers.
| © Free Software Foundation, Inc. |