remove "show" command from help screen (command can be removed later)
This commit is contained in:
parent
7ddd2efbe6
commit
b6f98f91b9
1 changed files with 1 additions and 2 deletions
|
@ -411,8 +411,7 @@ prompt switch to interactive mode (default)\r\n\
|
||||||
pwd display your current path\r\n\
|
pwd display your current path\r\n\
|
||||||
quit terminate connection\r\n\
|
quit terminate connection\r\n\
|
||||||
run <command> run built in command\r\n\
|
run <command> run built in command\r\n\
|
||||||
set <var> <val> set <var> to a new <val>\r\n\
|
set <var> <val> set <var> to a new <val>\r\n";
|
||||||
show <var> synonym for get\r\n";
|
|
||||||
push( msg );
|
push( msg );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue