Skip to content

Commit 472d2b3

Browse files
Fix ALF write sequence program options
1 parent 5fef388 commit 472d2b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CommandLineUtilities/AliceLowlevelFrontend/ProgramAlfScaWriteSequence.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ class ProgramAlfScaWriteSequence: public Program
3535
{
3636
options.add_options()
3737
("serial", boost::program_options::value<int>(&mSerialNumber),
38-
"Card serial number");
38+
"Card serial number")
3939
("file", boost::program_options::value<std::string>(&mFilePath)->required(),
40-
"Path to command sequence file");
40+
"Path to command sequence file")
4141
("out", boost::program_options::value<std::string>(&mOutFilePath),
4242
"Path to output file. If not specified, will output to stdout");
4343
}

0 commit comments

Comments
 (0)