tool/CommandXml.cpp
changeset 1157 04d1c950cf9d
parent 1151 1fc1535dec29
child 1222 7348d6abb6cb
equal deleted inserted replaced
1156:ecaf2a896ea3 1157:04d1c950cf9d
    31         << "from the SII or from the CoE communication area. For" << endl
    31         << "from the SII or from the CoE communication area. For" << endl
    32         << "slaves, that support configuring Pdo assignment and" << endl
    32         << "slaves, that support configuring Pdo assignment and" << endl
    33         << "mapping, the output depends on the last configuration." << endl
    33         << "mapping, the output depends on the last configuration." << endl
    34         << endl
    34         << endl
    35         << "Command-specific options:" << endl
    35         << "Command-specific options:" << endl
    36         << "  --slave -s <index>  Positive numerical ring position," << endl
    36         << "  --alias    -a <alias>" << endl
    37         << "                      or 'all' for all slaves (default)." << endl
    37         << "  --position -p <pos>    Slave selection. See the help of" << endl
       
    38         << "                         the 'slaves' command." << endl
    38         << endl
    39         << endl
    39         << numericInfo();
    40         << numericInfo();
    40 
    41 
    41     return str.str();
    42     return str.str();
    42 }
    43 }