Home
last modified time | relevance | path

Searched refs:showhelp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c154 static int showhelp __P((char **, option_t *));
277 { "--help", o_special_noarg, (void *)showhelp,
279 { "-h", o_special_noarg, (void *)showhelp,
1068 showhelp(argv, opt) in showhelp() function