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"));