fix: made argument parsing standard compliant
This commit is contained in:
parent
bd234a7849
commit
051c91f9de
@ -42,7 +42,7 @@ public class ServerArgs {
|
||||
private File scenarioConfigFile;
|
||||
|
||||
/** Whether the server only checks the configuration files, and then stops execution */
|
||||
@Parameter(names = {"--check-conf", "--check-config"})
|
||||
@Parameter(names = {"-C", "--check-conf", "--check-config"})
|
||||
private boolean checkConfig = false;
|
||||
|
||||
/** The path to the folder in which replays are saved */
|
||||
|
Loading…
Reference in New Issue
Block a user