Skip to content

Commit

Permalink
re-adding -help
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Mar 30, 2014
1 parent fc2d55d commit 4d3e835
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 4d3e835

Please sign in to comment.