re-adding -help

This commit is contained in:
konstin 2014-03-30 16:19:09 +01:00
parent fc2d55d6a5
commit 4d3e835021

View File

@ -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);