Skip to content

Commit fb1fd83

Browse files
RoC: Corrections for ALF utility help output
1 parent 776eefd commit fb1fd83

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/CommandLineUtilities/AliceLowlevelFrontend/ProgramAliceLowlevelFrontendClient.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ class ProgramAliceLowlevelFrontendClient: public Program
4242

4343
virtual Description getDescription() override
4444
{
45-
return {"ALF DIM Client example", "ALICE low-level front-end DIM Client example", "roc-alf-client"};
45+
return {"ALF DIM Client example", "ALICE low-level front-end DIM Client example",
46+
"roc-alf-client --serial=12345"};
4647
}
4748

4849
virtual void addOptions(boost::program_options::options_description& options) override

src/CommandLineUtilities/AliceLowlevelFrontend/ProgramAliceLowlevelFrontendServer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ class ProgramAliceLowlevelFrontendServer: public Program
199199

200200
virtual Description getDescription() override
201201
{
202-
return {"ALF DIM Server", "ALICE low-level front-end DIM Server", "roc-alf-server --serial=12345 --channel=0"};
202+
return {"ALF DIM Server", "ALICE low-level front-end DIM Server", "roc-alf-server --serial=12345"};
203203
}
204204

205205
virtual void addOptions(b::program_options::options_description& options) override

0 commit comments

Comments
 (0)