mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-13 08:15:20 +07:00
Reformatted 'help' cli arg
This commit is contained in:
parent
872126d2de
commit
8cfc94bde7
@ -37,8 +37,11 @@ public class DesktopLauncher {
|
||||
LogManager.setLevel(DesktopLauncher.class.getName(), Level.DEBUG);
|
||||
|
||||
Options options = new Options()
|
||||
.addOption("help", false,
|
||||
"prints this message")
|
||||
.addOption(Option
|
||||
.builder("h")
|
||||
.longOpt("help")
|
||||
.desc("prints this message")
|
||||
.build())
|
||||
.addOption(Option
|
||||
.builder("v")
|
||||
.longOpt("viewport")
|
||||
|
Loading…
Reference in New Issue
Block a user