tool/CommandAlias.cpp
changeset 1144 7dbfdd61812c
parent 1142 59be91dfcbe1
child 1151 1fc1535dec29
equal deleted inserted replaced
1143:09ee878d7214 1144:7dbfdd61812c
    29     str << getName() << " [OPTIONS] <ALIAS>" << endl
    29     str << getName() << " [OPTIONS] <ALIAS>" << endl
    30         << endl
    30         << endl
    31         << getBriefDescription() << endl
    31         << getBriefDescription() << endl
    32         << endl
    32         << endl
    33         << "Arguments:" << endl
    33         << "Arguments:" << endl
    34         << "  ALIAS must be an unsigned 16 bit number. Zero means no alias."
    34         << "  ALIAS must be an unsigned 16 bit number. Zero means" << endl
       
    35         << "        removing an alias address." << endl
    35         << endl << endl
    36         << endl << endl
    36         << "Command-specific options:" << endl
    37         << "Command-specific options:" << endl
    37         << "  --slave -s <index>  Positive numerical ring position, or 'all'"
    38         << "  --slave -s <index>  Positive numerical ring position, or 'all'"
    38         << endl
    39         << endl
    39         << "                      for all slaves (default). The --force"
    40         << "                      for all slaves (default). The --force"