re-adding -help
This commit is contained in:
parent
fc2d55d6a5
commit
4d3e835021
@ -463,7 +463,8 @@ void cmdLineHelp()
|
||||
*/
|
||||
int handleCmdLinePreliminary()
|
||||
{
|
||||
if( CommandLine::has("--help") || CommandLine::has("-h"))
|
||||
if(CommandLine::has("--help") || CommandLine::has("--help") ||
|
||||
CommandLine::has("-h"))
|
||||
{
|
||||
cmdLineHelp();
|
||||
exit(0);
|
||||
|
Loading…
Reference in New Issue
Block a user