- Updated help command
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1100 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
46c4ab0b67
commit
b56ce00a5a
|
@ -632,7 +632,7 @@ TextSimulation::on_help(const Tokens& arguments)
|
||||||
|
|
||||||
if (command.size() == 0)
|
if (command.size() == 0)
|
||||||
p_stdout(_("Avaiable commands:\nRUN\nSTOP\nPAUSE\n"
|
p_stdout(_("Avaiable commands:\nRUN\nSTOP\nPAUSE\n"
|
||||||
"CONFIGURE-CPU-POLICY\nHELP\nGET\nSET\nSHOW\nADD\n"
|
"CONFIGURE\nHELP\nGET\nSET\nSHOW\nADD\n"
|
||||||
"REMOVE\nSAVE\nLOAD\nQUIT\n\n"
|
"REMOVE\nSAVE\nLOAD\nQUIT\n\n"
|
||||||
"HELP followed by a command name shows help about it.\n"
|
"HELP followed by a command name shows help about it.\n"
|
||||||
"ex. `HELP RUN` shows help about the command RUN\n"));
|
"ex. `HELP RUN` shows help about the command RUN\n"));
|
||||||
|
|
Loading…
Reference in New Issue