mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-10 02:47:02 +07:00
Reformatted 'd2' cli arg
This commit is contained in:
parent
f1f89c9731
commit
3be16a0775
@ -71,8 +71,13 @@ public class DesktopLauncher {
|
|||||||
.longOpt("allow-software-mode")
|
.longOpt("allow-software-mode")
|
||||||
.desc("allows software OpenGL rendering if hardware acceleration is not available")
|
.desc("allows software OpenGL rendering if hardware acceleration is not available")
|
||||||
.build())
|
.build())
|
||||||
.addOption("home", true,
|
.addOption(Option
|
||||||
"directory containing D2 MPQ files (defaults to user home directory)")
|
.builder("d")
|
||||||
|
.longOpt("d2")
|
||||||
|
.desc("directory containing D2 MPQ files")
|
||||||
|
.hasArg()
|
||||||
|
.argName("path")
|
||||||
|
.build())
|
||||||
.addOption("saves", true,
|
.addOption("saves", true,
|
||||||
"directory containing D2 Character save files (defaults to D2 home directory)")
|
"directory containing D2 Character save files (defaults to D2 home directory)")
|
||||||
;
|
;
|
||||||
|
Loading…
Reference in New Issue
Block a user