Skip to content

Commit

Permalink
Merge pull request #86 from alechenninger/85-help
Browse files Browse the repository at this point in the history
Fixes #85: Remove incorrect description
  • Loading branch information
alechenninger committed Jan 28, 2017
2 parents c4dbe3e + 8ca0ac8 commit e0674b1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ public CommandInput parse(String[] args) throws MonarchArgParserException {

Subparsers subparsers = parser.addSubparsers().dest(SUBPARSER_DEST)
.title("commands")
.description("If none chosen, defaults to '" + applySpec.name() + "'")
.help("Pass --help to a command for more information.");

InputFactory<ApplyChangesInput> applyChangesFactory = applySpec.addToSubparsers(subparsers);
Expand Down

0 comments on commit e0674b1

Please sign in to comment.