mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Don't return an error from --help
This commit is contained in:
@@ -607,7 +607,7 @@ bool CommandLineInterface::processInput()
|
||||
{
|
||||
case InputMode::Help:
|
||||
CommandLineParser::printHelp(sout());
|
||||
return false;
|
||||
break;
|
||||
case InputMode::License:
|
||||
printLicense();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user