From 395499c1449ae17e84fec671c871a0e47f2b28c9 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Thu, 30 Aug 2012 09:08:20 +0700 Subject: [PATCH] Autocycle: show help on unknown command. Thanks to KindOne for reporting it. --- modules/autocycle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/autocycle.cpp b/modules/autocycle.cpp index b6a9d7c4..454788e3 100644 --- a/modules/autocycle.cpp +++ b/modules/autocycle.cpp @@ -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");