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