Index: /trunk/FACT++/src/LocalControl.h
===================================================================
--- /trunk/FACT++/src/LocalControl.h	(revision 13178)
+++ /trunk/FACT++/src/LocalControl.h	(revision 13179)
@@ -64,8 +64,10 @@
         lout << kBold << "   st,states    " << kReset << "Display a list of the available states with description." << endl;
         lout << kBold << "   # <text>     " << kReset << "Echo <text> to the output stream" << endl;
-        lout << kBold << "   .s           " << kReset << "Wait for the state-machine to change to the given state." << endl;
-        lout <<          "                "              "     .s <state> [<timeout>]" << endl;
-        lout <<          "                "              "<state>   The state id (see 'states') for which to wait (e.g. 3)" << endl;
-        lout <<          "                "              "<imeout>  A timeout in millisenconds how long to wait (e.g. 500)" << endl;
+        lout << kBold << "   .s           " << kReset << "Wait for the state-machine to change to the given state.\n";
+        lout <<          "                "              "     .s <server> [<state> [<timeout> [<label>]]]\n";
+        lout <<          "                "              "<server>  The server for which state to wait (e.g. FTM_CONTROL)\n";
+        lout <<          "                "              "<state>   The state id (see 'states') for which to wait (e.g. 3)\n";
+        lout <<          "                "              "<imeout>  A timeout in millisenconds how long to wait (e.g. 500)\n";
+        lout <<          "                "              "<label>   A label until which everything is skipped in case of timeout\n";
         lout << endl;
         return true;
