mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-08 23:07:46 +07:00
Reformatted 'windowed' cli arg
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user