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