mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-09 10:28:25 +07:00
Reformatted 'saves' cli arg
This commit is contained in:
parent
3be16a0775
commit
37c6ee0984
@ -78,8 +78,13 @@ public class DesktopLauncher {
|
||||
.hasArg()
|
||||
.argName("path")
|
||||
.build())
|
||||
.addOption("saves", true,
|
||||
"directory containing D2 Character save files (defaults to D2 home directory)")
|
||||
.addOption(Option
|
||||
.builder("s")
|
||||
.longOpt("saves")
|
||||
.desc("directory containing D2 character save files (*.d2s)")
|
||||
.hasArg()
|
||||
.argName("path")
|
||||
.build())
|
||||
;
|
||||
|
||||
CommandLine cmd = null;
|
||||
|
Loading…
Reference in New Issue
Block a user