Skip to content

Commit 5ba0b2a

Browse files
authored
[config] Update trigger-window-size --help docs
1 parent 8de6815 commit 5ba0b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CommandLineUtilities/ProgramConfig.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class ProgramConfig : public Program
9191
"Flag to force configuration, bypassing the firmware checker");
9292
options.add_options()("trigger-window-size",
9393
po::value<uint32_t>(&mOptions.triggerWindowSize),
94-
"Flag to set the size of the trigger window in GBT words");
94+
"The size of the trigger window in GBT words");
9595
options.add_options()("gen-cfg-file",
9696
po::value<std::string>(&mOptions.genConfigFile),
9797
"If set generates a configuration file from the command line options. [DOES NOT CONFIGURE]");

0 commit comments

Comments
 (0)