tool/cmd_data.cpp
changeset 1130 bb1c11adb2db
parent 1126 b09fd81894cb
child 1133 860d1c3d08fc
equal deleted inserted replaced
1129:4bc1d9f9d73c 1130:bb1c11adb2db
    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. If this option\n"
    20     "  --domain -d <index> Positive numerical domain index. If this option\n"
    21     "                      is not specified, data of all domains are\n"
    21     "                      is not specified, data of all domains are\n"
    22     "                      output.\n";
    22     "                      concatenated.\n";
    23 
    23 
    24 /****************************************************************************/
    24 /****************************************************************************/
    25 
    25 
    26 void outputDomainData(unsigned int);
    26 void outputDomainData(unsigned int);
    27 
    27