Skip to content

Commit

Permalink
fix(runner): make output prefix "-o" option available
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-adam committed Mar 2, 2020
1 parent 75836d0 commit c4412dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hobbits-runner/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ int main(int argc, char *argv[])
QStringList() << "o" << "output",
QCoreApplication::translate("main", "A path prefix for output files"),
QCoreApplication::translate("main", "file prefix"));
parser.addOption(inputFileOption);
parser.addOption(outputPrefixOption);


QCommandLineOption extraPluginPathOption(
Expand Down

0 comments on commit c4412dd

Please sign in to comment.