Index: /trunk/FACT++/src/mcp.cc
===================================================================
--- /trunk/FACT++/src/mcp.cc	(revision 13711)
+++ /trunk/FACT++/src/mcp.cc	(revision 13712)
@@ -497,13 +497,18 @@
         AddEvent("START", "X:2;C")//, kStateIdle)
             (bind(&StateMachineMCP::StartRun, this, placeholders::_1))
-            ("");
+            ("Start the configuration and data taking for a run-type of a pre-defined setup"
+             "|TimeMax[s]:Maximum number of seconds before the run will be closed automatically"
+             "|NumMax[count]:Maximum number events before the run will be closed automatically"
+             "|Name[text]:Name of the configuration to be used for taking data");
 
         AddEvent("STOP")
             (bind(&StateMachineMCP::StopRun, this, placeholders::_1))
-            ("");
+            ("Stops the trigger (either disables the FTM trigger or the internal DRS trigger)");
 
         AddEvent("RESET", kStateConfiguring1, kStateConfiguring2, kStateConfiguring3, kStateConfigured)
             (bind(&StateMachineMCP::Reset, this, placeholders::_1))
-            ("");
+            ("If a configuration blockes because a system cannot configure itself properly, "
+             "this command can be called to leave the configuration procedure. The command "
+             "is also propagated to FTM and FAD");
 
         // Verbosity commands
@@ -515,5 +520,5 @@
         AddEvent("PRINT")
             (bind(&StateMachineMCP::Print, this))
-            ("");
+            ("Print the states and connection status of all systems connected to the MCP.");
     }
 
