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 8de6815 commit 5ba0b2aCopy full SHA for 5ba0b2a
src/CommandLineUtilities/ProgramConfig.cxx
@@ -91,7 +91,7 @@ class ProgramConfig : public Program
91
"Flag to force configuration, bypassing the firmware checker");
92
options.add_options()("trigger-window-size",
93
po::value<uint32_t>(&mOptions.triggerWindowSize),
94
- "Flag to set the size of the trigger window in GBT words");
+ "The size of the trigger window in GBT words");
95
options.add_options()("gen-cfg-file",
96
po::value<std::string>(&mOptions.genConfigFile),
97
"If set generates a configuration file from the command line options. [DOES NOT CONFIGURE]");
0 commit comments