Searched refs:helptext (Results 1 – 1 of 1) sorted by relevance
386 char *helptext = lpc_helptext(args[1]); in lpc_help() local388 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()