fix parameter parsing bug

This commit is contained in:
Sebastian Sdorra
2011-01-16 13:35:48 +01:00
parent 54bb01a02e
commit 4fad818d4a

View File

@@ -100,7 +100,7 @@ public class ServerApplication
ServerConfig config = new ServerConfig();
CliParser parser = new CliParser();
parser.parse(parser, args);
parser.parse(config, args);
if (config.getShowHelp())
{