Skip to content

Commit

Permalink
up to 120-column wide CLI display
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangzp committed May 5, 2022
1 parent 69041a6 commit d187747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-echoprobe/EchoProbePlugin.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void EchoProbePlugin::initialization() {
("delayed-start", po::value<uint32_t>(), "A one-time delay before injection(unit in us, 0 as default)")
("injector-content", po::value<std::string>(), "Content type for injector mode [full, header, ndp]");

echoOptions = std::make_shared<po::options_description>("Echo Responder Options");
echoOptions = std::make_shared<po::options_description>("Echo Responder Options", 120);
echoOptions->add_options()
("ack-type", po::value<std::string>(), "EchoProbe reply strategy [full, csi, extra, header], full as default")
("ack-mcs", po::value<uint32_t>(), "mcs value (for one single spatial stream) for ack packets [0-11], unspecified as default")
Expand Down

0 comments on commit d187747

Please sign in to comment.