tool/CommandConfig.cpp
changeset 1167 9e0ebb38e301
parent 1157 04d1c950cf9d
child 1172 74ee632c3b5e
equal deleted inserted replaced
1166:006244d53f68 1167:9e0ebb38e301
    53         << "Configuration selection:" << endl
    53         << "Configuration selection:" << endl
    54         << "  Slave configurations can be selected with" << endl
    54         << "  Slave configurations can be selected with" << endl
    55         << "  the --alias and --position parameters as follows:" << endl
    55         << "  the --alias and --position parameters as follows:" << endl
    56         << endl
    56         << endl
    57         << "  1) If neither the --alias nor the --position option" << endl
    57         << "  1) If neither the --alias nor the --position option" << endl
    58         << "     is given, all slave configurations are selected." << endl
    58         << "     is given, all slave configurations are displayed." << endl
    59         << "  2) If only the --position option is given, an alias" << endl
    59         << "  2) If only the --position option is given, an alias" << endl
    60         << "     of zero is assumed (see 4))." << endl
    60         << "     of zero is assumed (see 4))." << endl
    61         << "  3) If only the --alias option is given, all slave" << endl
    61         << "  3) If only the --alias option is given, all slave" << endl
    62         << "     configurations with the given alias address" << endl
    62         << "     configurations with the given alias address" << endl
    63         << "     match." << endl
    63         << "     are displayed." << endl
    64         << "  4) If both the --alias and the --position option are" << endl
    64         << "  4) If both the --alias and the --position option are" << endl
    65         << "     given, the specified configuration is matched." << endl
    65         << "     given, the selection can match a single" << endl
       
    66         << "     configuration, that is displayed, if it exists." << endl
    66     	<< endl
    67     	<< endl
    67     	<< "Command-specific options:" << endl
    68     	<< "Command-specific options:" << endl
    68         << "  --alias    -a <alias>  Configuration alias (see above)." << endl
    69         << "  --alias    -a <alias>  Configuration alias (see above)." << endl
    69         << "  --position -p <pos>    Relative position (see above)." << endl
    70         << "  --position -p <pos>    Relative position (see above)." << endl
    70     	<< "  --verbose  -v          Show detailed configurations." << endl
    71     	<< "  --verbose  -v          Show detailed configurations." << endl