Skip to content

Commit a5c1ceb

Browse files
committed
Fixed short option for help in the CLI.
1 parent 77d83f6 commit a5c1ceb

File tree

1 file changed

+1
-1
lines changed
  • peel-core/src/main/scala/org/peelframework/core/cli

1 file changed

+1
-1
lines changed

peel-core/src/main/scala/org/peelframework/core/cli/Peel.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ object Peel {
150150
.dest("app.command")
151151
.metavar("COMMAND")
152152
} else {
153-
parser.addArgument("--help", "-f")
153+
parser.addArgument("--help", "-h")
154154
.`type`(classOf[Boolean])
155155
.dest("app.printHelp")
156156
.action(Arguments.storeTrue)

0 commit comments

Comments
 (0)