Skip to content

Commit 4b90be3

Browse files
committed
Fix roc-config --help output
1 parent 56b60c9 commit 4b90be3

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
@@ -34,7 +34,7 @@ class ProgramConfig: public Program
3434
{
3535
return {"Config", "Configure the CRU(s)",
3636
"roc-config --config-file file:roc.cfg\n"
37-
"roc-config --id 42:00.0 --links 0-23 --clock local --gbtmode packet --loopback INTERNAL -gbtmux ttc\n"};
37+
"roc-config --id 42:00.0 --links 0-23 --clock local --datapathmode packet --loopback --gbtmux ttc\n"};
3838
}
3939

4040
virtual void addOptions(boost::program_options::options_description& options)

0 commit comments

Comments
 (0)