tool/cmd_data.cpp
changeset 1137 a73c0f54be42
parent 1133 860d1c3d08fc
equal deleted inserted replaced
1136:a0982873d655 1137:a73c0f54be42
    17     "Output binary domain data.\n"
    17     "Output binary domain data.\n"
    18     "\n"
    18     "\n"
    19     "Command-specific options:\n"
    19     "Command-specific options:\n"
    20     "  --domain -d <index> Positive numerical domain index, or 'all' for\n"
    20     "  --domain -d <index> Positive numerical domain index, or 'all' for\n"
    21     "                      all domains (default). In this case, data of all\n"
    21     "                      all domains (default). In this case, data of all\n"
    22     "                      domains are concatenated.\n";
    22     "                      domains are concatenated.\n"
       
    23     "\n"
       
    24     "Numerical values can be specified either with decimal (no prefix),\n"
       
    25     "octal (prefix '0') or hexadecimal (prefix '0x') base.\n";
    23 
    26 
    24 /****************************************************************************/
    27 /****************************************************************************/
    25 
    28 
    26 void outputDomainData(unsigned int);
    29 void outputDomainData(unsigned int);
    27 
    30