Next: , Previous: , Up: libopts External Procedures   [Contents][Index]


7.6.32.11 optionOnlyUsage

Print usage text for just the options

Usage:

optionOnlyUsage( pOpts, ex_code );

Where the arguments are:

NameTypeDescription
—–—–————-
pOptstOptions *program options descriptor
ex_codeintexit code for calling exit(3)

This routine will print only the usage for each option. This function may be used when the emitted usage must incorporate information not available to AutoOpts.