Lines Matching defs:help
22 const char *help,
25 : CommandObject(interpreter, name, help, syntax, flags),
200 // Try to offer some alternatives to help correct the command.
204 " Use \"help " + GetCommandName() + "\" to find out more.")
235 // First time through here, generate the help text for the object and push it
252 help_text.append(" Expects 'raw' input (see 'help raw-input'.)");
261 output_stream.PutCString("\nFor more help on any particular subcommand, type "
262 "'help <command> <subcommand>'.\n");
317 const char *name, const char *help,
319 : CommandObject(interpreter, name, help, syntax, flags) {}