tool/CommandRegRead.cpp
changeset 1868 489ea0becd74
parent 1835 20748e9d2238
child 1869 14f634f5b613
equal deleted inserted replaced
1867:fec951a0a654 1868:489ea0becd74
    60         << "         an unsigned 16 bit number. OFFSET plus LENGTH" << endl
    60         << "         an unsigned 16 bit number. OFFSET plus LENGTH" << endl
    61         << "         may not exceed 64k. The length is ignored (and" << endl
    61         << "         may not exceed 64k. The length is ignored (and" << endl
    62         << "         can be omitted), if a selected data type" << endl
    62         << "         can be omitted), if a selected data type" << endl
    63         << "         implies a length." << endl
    63         << "         implies a length." << endl
    64         << endl
    64         << endl
    65         << "These are the valid data types:" << endl
    65         << typeInfo()
    66         << "  int8, int16, int32, int64, uint8, uint16, uint32," << endl
       
    67         << "  uint64, string, raw." << endl
       
    68         << endl
    66         << endl
    69         << "Command-specific options:" << endl
    67         << "Command-specific options:" << endl
    70         << "  --alias    -a <alias>" << endl
    68         << "  --alias    -a <alias>" << endl
    71         << "  --position -p <pos>    Slave selection. See the help of" << endl
    69         << "  --position -p <pos>    Slave selection. See the help of" << endl
    72         << "                         the 'slaves' command." << endl
    70         << "                         the 'slaves' command." << endl