Skip to content

Commit 290c0e6

Browse files
authored
Fix: change '--mode sh' to '--mode cli' in help text (#376)
* fix: change '--mode sh' to '--mode cli' in help text * retrigger checks * retrigger checks after f641a74
1 parent f641a74 commit 290c0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ void initParser(QCommandLineParser &parser, Ripes::CLIModeOptions &options) {
1818
"\n"
1919
"program on an arbitrary processor model and subsequent reporting of \n"
2020
"execution telemetry.\nCommand line mode is enabled when the '--mode "
21-
"sh' argument is provided.";
21+
"cli' argument is provided.";
2222

2323
helpText.prepend("Ripes command line interface.\n");
2424
parser.setApplicationDescription(helpText);

0 commit comments

Comments
 (0)