Skip to content

Commit 418a4a5

Browse files
committed
Add -h option
1 parent c85a8ad commit 418a4a5

File tree

1 file changed

+1
-1
lines changed
  • base/src/main/java/com/github/chrishantha/sample/base

1 file changed

+1
-1
lines changed

base/src/main/java/com/github/chrishantha/sample/base/App.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
public class App {
2626

2727
private static class CommonArgs {
28-
@Parameter(names = "--help", description = "Display Help", help = true)
28+
@Parameter(names = {"-h", "--help"}, description = "Display Help", help = true)
2929
private boolean help;
3030
}
3131

0 commit comments

Comments
 (0)