tool/CommandStates.cpp
changeset 1144 7dbfdd61812c
parent 1142 59be91dfcbe1
child 1151 1fc1535dec29
equal deleted inserted replaced
1143:09ee878d7214 1144:7dbfdd61812c
    25     str << getName() << " [OPTIONS] <STATE>" << endl
    25     str << getName() << " [OPTIONS] <STATE>" << endl
    26         << endl
    26         << endl
    27         << getBriefDescription() << endl
    27         << getBriefDescription() << endl
    28         << endl
    28         << endl
    29         << "Arguments:" << endl
    29         << "Arguments:" << endl
    30         << "  STATE can be 'INIT', 'PREOP', 'SAFEOP', or 'OP'" << endl
    30         << "  STATE can be 'INIT', 'PREOP', 'SAFEOP', or 'OP'." << endl
    31         << endl
    31         << endl
    32         << "Command-specific options:" << endl
    32         << "Command-specific options:" << endl
    33         << "  --slave -s <index>  Positive numerical ring position," << endl
    33         << "  --slave -s <index>  Positive numerical ring position," << endl
    34         << "                      or 'all' for all slaves (default)." << endl
    34         << "                      or 'all' for all slaves (default)." << endl
    35         << endl
    35         << endl