Home
last modified time | relevance | path

Searched refs: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]); in lpc_help() local
388 if (helptext == NULL) in lpc_help()
389 helptext = gettext("no such command"); in lpc_help()
391 printf("%s: %s\n", args[1], helptext); in lpc_help()