diff --git a/src/main.cpp b/src/main.cpp index f80e728bc..9b286c32f 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(); cleanUserConfig();