chg: remove double exit text

chg: escape chars didn't work on apple
This commit is contained in:
iceman1001 2018-02-05 16:38:00 +01:00
commit c72548562e
3 changed files with 4 additions and 5 deletions

View file

@ -55,7 +55,7 @@ static command_t CommandTable[] = {
{"lf", CmdLF, 1, "{ Low Frequency commands... }"},
{"reveng", CmdRev, 1, "Crc calculations from the software reveng 1.44"},
{"script", CmdScript, 1, "{ Scripting commands }"},
{"quit", CmdQuit, 1, "Exit program"},
{"quit", CmdQuit, 1, ""},
{"exit", CmdQuit, 1, "Exit program"},
{NULL, NULL, 0, NULL}
};