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

/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpc.c386 char *helptext = lpc_helptext(args[1]); local
388 if (helptext == NULL)
389 helptext = gettext("no such command");
391 printf("%s: %s\n", args[1], helptext);

Completed in 66 milliseconds