tool/CommandData.cpp
changeset 1167 9e0ebb38e301
parent 1166 006244d53f68
child 1363 11c0b2caa253
equal deleted inserted replaced
1166:006244d53f68 1167:9e0ebb38e301
    27     	<< getBriefDescription() << endl
    27     	<< getBriefDescription() << endl
    28         << endl
    28         << endl
    29         << "Data of multiple domains are concatenated." << endl
    29         << "Data of multiple domains are concatenated." << endl
    30     	<< endl
    30     	<< endl
    31     	<< "Command-specific options:" << endl
    31     	<< "Command-specific options:" << endl
    32     	<< "  --domain -d <index>  Positive numerical domain index, or" << endl
    32     	<< "  --domain -d <index>  Positive numerical domain index." << endl
    33     	<< "                       'all' for all domains (default)." << endl
    33     	<< "                       If omitted, data of all domains" << endl
       
    34     	<< "                       are output." << endl
    34     	<< endl
    35     	<< endl
    35 		<< numericInfo();
    36 		<< numericInfo();
    36 
    37 
    37 	return str.str();
    38 	return str.str();
    38 }
    39 }