mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-13 08:15:20 +07:00
Reformatted 'windowed' cli arg
This commit is contained in:
parent
8cfc94bde7
commit
1fefdef5ea
@ -49,8 +49,11 @@ public class DesktopLauncher {
|
||||
.hasArg()
|
||||
.argName("size")
|
||||
.build())
|
||||
.addOption("w", "windowed", false,
|
||||
"forces windowed mode")
|
||||
.addOption(Option
|
||||
.builder("w")
|
||||
.longOpt("windowed")
|
||||
.desc("forces windowed mode")
|
||||
.build())
|
||||
.addOption("fps", "drawFps", false,
|
||||
"force draws an FPS counter")
|
||||
.addOption("logLevel", true,
|
||||
|
Loading…
Reference in New Issue
Block a user