compute-hops: detail fixes and optional procps dep
Cleanups, warning fix, optional procps dep, --help correction. Change-Id: Iba719493e4a8ec37acb7336a39172b3cdefbdc99
This commit is contained in:
@ -45,7 +45,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
CommandLine::option_handle ALGORITHM =
|
||||
cmd.addOption("a", "algorithm", Arg::Required,
|
||||
"-a,--algorithm \tHop algorithm (\"simple\"/\"smart\", default: \"none\")");
|
||||
"-a,--algorithm \tHop algorithm (\"simple\"/\"smart\", default: \"smart\")");
|
||||
|
||||
CommandLine::option_handle OUTPUT_MODE =
|
||||
cmd.addOption("m", "output-mode", Arg::Required,
|
||||
|
||||
Reference in New Issue
Block a user