Lines Matching full:help
19 * you can telnet to the console, then use commands like 'help' or others to dynamically
374 control_write( client, "KO: unknown command, try 'help'\r\n" );
413 /* implement the 'help' command */
424 control_write( client, "Android console command help:\r\n\r\n" );
428 control_write( client, "\r\ntry 'help <command>' for command-specific help\r\n" );
575 control_write( client, "Android Console: type 'help' for a list of commands\r\n" );
691 control_write( client, "KO: missing <speed> argument, see 'help network speed'\r\n" );
695 control_write( client, "KO: invalid <speed> argument, see 'help network speed' for valid values\r\n" );
722 control_write( client, "KO: missing <delay> argument, see 'help network delay'\r\n" );
726 control_write( client, "KO: invalid <delay> argument, see 'help network delay' for valid values\r\n" );
746 control_write( client, "KO: missing <file> argument, see 'help network capture start'\r\n" );
989 "see the 'help redir add' for the meaning of <protocol> and <host-port>\r\n", NULL,
1100 control_write( client, "KO: bad GSM data state name, try 'help gsm data' for list of valid values\r\n" );
1150 control_write( client, "KO: bad GSM data state name, try 'help gsm voice' for list of valid values\r\n" );
1940 control_write( client, "KO: NMEA sentence missing, try 'help geo nmea'\r\n" );
1986 control_write( client, "KO: not enough arguments: see 'help geo fix' for details\r\n" );
2132 { "help|h|?", "print a list of commands", NULL, NULL, do_help, NULL },