Autocycle: show help on unknown command.

Thanks to KindOne for reporting it.
This commit is contained in:
Alexey Sokolov
2012-08-30 09:08:20 +07:00
parent c3f3dddddc
commit 395499c144
+1 -1
View File
@@ -82,7 +82,7 @@ public:
} else {
PutModule("You have no entries.");
}
} else if (sCommand.Equals("HELP")) {
} else {
CTable Table;
Table.AddColumn("Command");
Table.AddColumn("Description");