Changeset 13179


Ignore:
Timestamp:
03/22/12 21:02:28 (13 years ago)
Author:
tbretz
Message:
Updated help text for '.s'
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/LocalControl.h

    r12955 r13179  
    6464        lout << kBold << "   st,states    " << kReset << "Display a list of the available states with description." << endl;
    6565        lout << kBold << "   # <text>     " << kReset << "Echo <text> to the output stream" << endl;
    66         lout << kBold << "   .s           " << kReset << "Wait for the state-machine to change to the given state." << endl;
    67         lout <<          "                "              "     .s <state> [<timeout>]" << endl;
    68         lout <<          "                "              "<state>   The state id (see 'states') for which to wait (e.g. 3)" << endl;
    69         lout <<          "                "              "<imeout>  A timeout in millisenconds how long to wait (e.g. 500)" << endl;
     66        lout << kBold << "   .s           " << kReset << "Wait for the state-machine to change to the given state.\n";
     67        lout <<          "                "              "     .s <server> [<state> [<timeout> [<label>]]]\n";
     68        lout <<          "                "              "<server>  The server for which state to wait (e.g. FTM_CONTROL)\n";
     69        lout <<          "                "              "<state>   The state id (see 'states') for which to wait (e.g. 3)\n";
     70        lout <<          "                "              "<imeout>  A timeout in millisenconds how long to wait (e.g. 500)\n";
     71        lout <<          "                "              "<label>   A label until which everything is skipped in case of timeout\n";
    7072        lout << endl;
    7173        return true;
Note: See TracChangeset for help on using the changeset viewer.