printf("-h, --help Show verbose help and exit\n");
printf("-i, --interactive Modify links interactively\n");
printf("-l, --links Comma-separated list of links descriptors to setup\n");
- printf("-p, --print-topology Print the device topology (implies -v)\n");
- printf(" --print-dot Print the device topology as a dot graph (implies -v)\n");
+ printf("-p, --print-topology Print the device topology\n");
+ printf(" --print-dot Print the device topology as a dot graph\n");
printf("-r, --reset Reset all links to inactive\n");
printf("-v, --verbose Be verbose\n");
case 'p':
media_opts.print = 1;
- media_opts.verbose = 1;
break;
case 'r':