Don't return an error from --help

This commit is contained in:
Kamil Śliwak
2021-11-02 16:31:45 +01:00
parent a1c9c1e2b5
commit 0417db0f6a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -607,7 +607,7 @@ bool CommandLineInterface::processInput()
{
case InputMode::Help:
CommandLineParser::printHelp(sout());
return false;
break;
case InputMode::License:
printLicense();
break;