Use CommandLine cmd (__FILE__) instead of COMMANDLINE macro.

This in effect replaces commit 5e624d550
This commit is contained in:
Peter D. Barnes, Jr
2020-05-01 14:42:53 -07:00
parent 885dc2297a
commit b23be18b3b
250 changed files with 259 additions and 272 deletions

View File

@@ -52,7 +52,7 @@ main (int argc, char *argv[])
bool isSack = false;
uint32_t maxPackets = 0;
COMMANDLINE (cmd);
CommandLine cmd (__FILE__);
cmd.AddValue ("tracing", "Flag to enable/disable tracing", tracing);
cmd.AddValue ("maxBytes",
"Total number of bytes for application to send", maxBytes);