Skip to content

Commit

Permalink
Fixed short option for help in the CLI.
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexandrov committed Feb 8, 2016
1 parent 77d83f6 commit a5c1ceb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ object Peel {
.dest("app.command")
.metavar("COMMAND")
} else {
parser.addArgument("--help", "-f")
parser.addArgument("--help", "-h")
.`type`(classOf[Boolean])
.dest("app.printHelp")
.action(Arguments.storeTrue)
Expand Down

0 comments on commit a5c1ceb

Please sign in to comment.