Skip to content

Commit

Permalink
fix: change '--mode sh' to '--mode cli' in help text
Browse files Browse the repository at this point in the history
  • Loading branch information
pjlobo committed Nov 7, 2024
1 parent d0c71e8 commit 416d694
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 416d694

Please sign in to comment.