doc: Use the new COMMANDLINE macro in every example

This commit is contained in:
Peter D. Barnes, Jr
2020-04-27 15:23:28 -07:00
parent 20f5e442ed
commit 5e624d5504
248 changed files with 256 additions and 255 deletions

View File

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