From b56ce00a5aff751f7ad56d3752e2b5c1e6df602a Mon Sep 17 00:00:00 2001 From: elvez Date: Mon, 11 Sep 2006 23:52:02 +0000 Subject: [PATCH] - Updated help command git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1100 3ecf2c5c-341e-0410-92b4-d18e462d057c --- src/text_simulation.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/text_simulation.cc b/src/text_simulation.cc index d1ccd2f..b156bba 100644 --- a/src/text_simulation.cc +++ b/src/text_simulation.cc @@ -632,7 +632,7 @@ TextSimulation::on_help(const Tokens& arguments) if (command.size() == 0) 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" "HELP followed by a command name shows help about it.\n" "ex. `HELP RUN` shows help about the command RUN\n"));