Lines Matching defs:help
22 const char *help;
26 static int help(int argc, char **argv);
36 { "help", "<command> - shows help text for <command>.", help },
42 static int help(int argc, char **argv) {
44 printf("No help command specified.\n");
54 printf("%s %s\n", argv[0], command->help);
184 printf("For detailed help on a command, run '%s help <command>'.\n", name);