Searched defs:showhelp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c160 static int showhelp __P((char **, option_t *));
283 { "--help", o_special_noarg, (void *)showhelp,
285 { "-h", o_special_noarg, (void *)showhelp,
1069 * showhelp - print out usage message and exit program upon success, or
1074 showhelp(argv, opt) function

Completed in 65 milliseconds