tool/CommandRegWrite.cpp
changeset 1868 489ea0becd74
parent 1835 20748e9d2238
child 1869 14f634f5b613
equal deleted inserted replaced
1867:fec951a0a654 1868:489ea0becd74
    62         << "          either a path to a file with data to write," << endl
    62         << "          either a path to a file with data to write," << endl
    63         << "          or '-', which means, that data are read from" << endl
    63         << "          or '-', which means, that data are read from" << endl
    64         << "          stdin. If a datatype was specified, VALUE is" << endl
    64         << "          stdin. If a datatype was specified, VALUE is" << endl
    65         << "          interpreted respective to the given type." << endl
    65         << "          interpreted respective to the given type." << endl
    66         << endl
    66         << endl
    67         << "These are the valid data types:" << endl
    67         << typeInfo()
    68         << "  int8, int16, int32, int64, uint8, uint16, uint32," << endl
       
    69         << "  uint64, string." << endl
       
    70         << endl
    68         << endl
    71         << "Command-specific options:" << endl
    69         << "Command-specific options:" << endl
    72         << "  --alias    -a <alias>" << endl
    70         << "  --alias    -a <alias>" << endl
    73         << "  --position -p <pos>    Slave selection. See the help of" << endl
    71         << "  --position -p <pos>    Slave selection. See the help of" << endl
    74         << "                         the 'slaves' command." << endl
    72         << "                         the 'slaves' command." << endl