We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5225a3f commit 4089c09Copy full SHA for 4089c09
src/CommandLineUtilities/ProgramConfig.cxx
@@ -60,7 +60,7 @@ class ProgramConfig: public Program
60
"GBT MODE [GBT, WB]")
61
("gbtmux",
62
po::value<std::string>(&mOptions.gbtMux)->default_value("TTC"),
63
- "GBT MUX [TTC, DDG, SC]")
+ "GBT MUX [TTC, DDG, SWT]")
64
("links",
65
po::value<std::string>(&mOptions.links)->default_value("0"),
66
"Links to enable")
0 commit comments