Index: trunk/FACT++/src/LocalControl.h
===================================================================
--- trunk/FACT++/src/LocalControl.h	(revision 10344)
+++ trunk/FACT++/src/LocalControl.h	(revision 10345)
@@ -71,4 +71,12 @@
     bool Process(const std::string &str)
     {
+        if (str.substr(0, 2)=="h " || str.substr(0, 5)=="help ")
+        {
+            lout << endl;
+            fStateMachine->PrintListOfEvents(lout, str.substr(str.find_first_of(' ')+1));
+            lout << endl;
+
+            return true;
+        }
         if (str=="states" || str=="st")
         {
