tool/cmd_master.cpp
changeset 1137 a73c0f54be42
parent 1136 a0982873d655
equal deleted inserted replaced
1136:a0982873d655 1137:a73c0f54be42
    16     "[OPTIONS]\n"
    16     "[OPTIONS]\n"
    17     "\n"
    17     "\n"
    18     "Show master and Ethernet device information.\n"
    18     "Show master and Ethernet device information.\n"
    19     "\n"
    19     "\n"
    20     "Command-specific options:\n"
    20     "Command-specific options:\n"
    21     "  --master  -m <master>  Index of the master to use. Default: 0\n";
    21     "  --master -m <index>  Index of the master to use. Default: 0.\n"
       
    22     "\n"
       
    23     "Numerical values can be specified either with decimal (no prefix),\n"
       
    24     "octal (prefix '0') or hexadecimal (prefix '0x') base.\n";
    22 
    25 
    23 /****************************************************************************/
    26 /****************************************************************************/
    24 
    27 
    25 void command_master(void)
    28 void command_master(void)
    26 {
    29 {