Skip to content

Commit

Permalink
Fix: change '--mode sh' to '--mode cli' in help text (#376)
Browse files Browse the repository at this point in the history
* fix: change '--mode sh' to '--mode cli' in help text

* retrigger checks

* retrigger checks after f641a74
  • Loading branch information
pjlobo authored Dec 10, 2024
1 parent f641a74 commit 290c0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ void initParser(QCommandLineParser &parser, Ripes::CLIModeOptions &options) {
"\n"
"program on an arbitrary processor model and subsequent reporting of \n"
"execution telemetry.\nCommand line mode is enabled when the '--mode "
"sh' argument is provided.";
"cli' argument is provided.";

helpText.prepend("Ripes command line interface.\n");
parser.setApplicationDescription(helpText);
Expand Down

0 comments on commit 290c0e6

Please sign in to comment.