tool/CommandSdos.cpp
changeset 1157 04d1c950cf9d
parent 1151 1fc1535dec29
child 1184 75cd6681eb08
equal deleted inserted replaced
1156:ecaf2a896ea3 1157:04d1c950cf9d
    42     	<< "   0x1018:01, uint32, 32 bit, \"Vendor id\"" << endl
    42     	<< "   0x1018:01, uint32, 32 bit, \"Vendor id\"" << endl
    43     	<< endl
    43     	<< endl
    44     	<< "If the --quiet option is given, only the Sdos are output."
    44     	<< "If the --quiet option is given, only the Sdos are output."
    45 		<< endl << endl
    45 		<< endl << endl
    46     	<< "Command-specific options:" << endl
    46     	<< "Command-specific options:" << endl
    47     	<< "  --slave -s <index>  Positive numerical ring position," << endl
    47         << "  --alias    -a <alias>" << endl
    48 		<< "                      or 'all' for all slaves (default)." << endl
    48         << "  --position -p <pos>    Slave selection. See the help of" << endl
    49     	<< "  --quiet -q          Only output Sdos (without the Sdo" << endl
    49         << "                         the 'slaves' command." << endl
    50 		<< "                      entries)." << endl
    50     	<< "  --quiet    -q          Only output Sdos (without the" << endl
       
    51 		<< "                         Sdo entries)." << endl
    51     	<< endl
    52     	<< endl
    52 		<< numericInfo();
    53 		<< numericInfo();
    53 
    54 
    54 	return str.str();
    55 	return str.str();
    55 }
    56 }