Skip to content

Commit

Permalink
Ignore instead of exit when invalid command line options are given
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbi committed Jan 30, 2014
1 parent d9cf2c4 commit ceffc48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/supertux/main.cpp
Expand Up @@ -418,7 +418,6 @@ Main::parse_commandline(int argc, char** argv)
g_config->start_level = arg;
} else {
log_warning << "Unknown option '" << arg << "'. Use --help to see a list of options" << std::endl;
return true;
}
}

Expand Down

0 comments on commit ceffc48

Please sign in to comment.