Skip to content

Commit 0c51b09

Browse files
committed
[ctp-emulator] Update cli args help
1 parent 1fd77b5 commit 0c51b09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CommandLineUtilities/ProgramCtpEmulator.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class ProgramCtpEmulator : public Program
4545
"Sets the maximum Bunch Crossing value");
4646
options.add_options()("hbmax",
4747
po::value<uint32_t>(&mOptions.hbMax)->default_value(8),
48-
"Sets the maximum HeartBeat value");
48+
"Sets the maximum number of Hearteats within a Timeframe");
4949
options.add_options()("hbdrop",
5050
po::value<uint32_t>(&mOptions.hbDrop)->default_value(15000),
5151
"Sets the number of Heartbeats to keep");
@@ -54,7 +54,7 @@ class ProgramCtpEmulator : public Program
5454
"Sets the number Heartbeats to drop");
5555
options.add_options()("trigger-mode",
5656
po::value<std::string>(&mOptions.triggerModeString)->default_value("periodic"),
57-
"Sets the trigger mode. Options are periodic, manual and continuous");
57+
"Sets the trigger mode. Options are periodic, manual, continuous and fixed");
5858
options.add_options()("trigger-freq",
5959
po::value<uint32_t>(&mOptions.triggerFrequency)->default_value(8),
6060
"Sets the physics trigger frequency.");

0 commit comments

Comments
 (0)