diff --git a/src/main.cpp b/src/main.cpp index a8d0d88a1..1053d8307 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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);