mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-09 10:28:25 +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")
|
||||
.desc("allows software OpenGL rendering if hardware acceleration is not available")
|
||||
.build())
|
||||
.addOption("home", true,
|
||||
"directory containing D2 MPQ files (defaults to user home directory)")
|
||||
.addOption(Option
|
||||
.builder("d")
|
||||
.longOpt("d2")
|
||||
.desc("directory containing D2 MPQ files")
|
||||
.hasArg()
|
||||
.argName("path")
|
||||
.build())
|
||||
.addOption("saves", true,
|
||||
"directory containing D2 Character save files (defaults to D2 home directory)")
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user