mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-10 02:47:02 +07:00
Reformatted 'log-level' cli arg
This commit is contained in:
parent
938ab653be
commit
7e004917d1
@ -59,8 +59,13 @@ public class DesktopLauncher {
|
|||||||
.longOpt("fps")
|
.longOpt("fps")
|
||||||
.desc("force enables fps counter")
|
.desc("force enables fps counter")
|
||||||
.build())
|
.build())
|
||||||
.addOption("logLevel", true,
|
.addOption(Option
|
||||||
"log verbosity for debugging purposes")
|
.builder("l")
|
||||||
|
.longOpt("log-level")
|
||||||
|
.desc("log verbosity for debugging purposes")
|
||||||
|
.hasArg()
|
||||||
|
.argName("level")
|
||||||
|
.build())
|
||||||
.addOption("allowSoftwareMode", false,
|
.addOption("allowSoftwareMode", false,
|
||||||
"allows software OpenGL rendering if hardware acceleration is not available")
|
"allows software OpenGL rendering if hardware acceleration is not available")
|
||||||
.addOption("home", true,
|
.addOption("home", true,
|
||||||
|
Loading…
Reference in New Issue
Block a user