mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-10 02:47:02 +07:00
Reformatted 'allow-software-mode' cli arg
This commit is contained in:
parent
7e004917d1
commit
f1f89c9731
@ -66,8 +66,11 @@ public class DesktopLauncher {
|
|||||||
.hasArg()
|
.hasArg()
|
||||||
.argName("level")
|
.argName("level")
|
||||||
.build())
|
.build())
|
||||||
.addOption("allowSoftwareMode", false,
|
.addOption(Option
|
||||||
"allows software OpenGL rendering if hardware acceleration is not available")
|
.builder("g") // for graphics
|
||||||
|
.longOpt("allow-software-mode")
|
||||||
|
.desc("allows software OpenGL rendering if hardware acceleration is not available")
|
||||||
|
.build())
|
||||||
.addOption("home", true,
|
.addOption("home", true,
|
||||||
"directory containing D2 MPQ files (defaults to user home directory)")
|
"directory containing D2 MPQ files (defaults to user home directory)")
|
||||||
.addOption("saves", true,
|
.addOption("saves", true,
|
||||||
|
Loading…
Reference in New Issue
Block a user