tool/cmd_domain.cpp
changeset 1133 860d1c3d08fc
parent 1130 bb1c11adb2db
child 1136 a0982873d655
equal deleted inserted replaced
1132:481b49560c11 1133:860d1c3d08fc
    37     "    00 00 00 00 00 00\n"
    37     "    00 00 00 00 00 00\n"
    38     "\n"
    38     "\n"
    39     "The process data are displayed as raw hexadecimal bytes.\n"
    39     "The process data are displayed as raw hexadecimal bytes.\n"
    40     "\n"
    40     "\n"
    41     "Command-specific options:\n"
    41     "Command-specific options:\n"
    42     "  --domain   -d <index> Positive numerical domain index. If this\n"
    42     "  --domain   -d <index> Positive numerical domain index, or 'all'\n"
    43     "                        option is not specified, all domains are\n"
    43     "                        for all domains (default).\n"
    44     "                        displayed.\n"
    44     "  --verbose  -v         Show FMMUs and process data additionally.\n";
    45     "  --verbose  -v         Show FMMUs and process data.\n";
       
    46 
    45 
    47 /****************************************************************************/
    46 /****************************************************************************/
    48 
    47 
    49 void showDomain(unsigned int);
    48 void showDomain(unsigned int);
    50 
    49