Skip to content

Commit

Permalink
better help for show-closed-prs
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed May 17, 2017
1 parent aca2662 commit 8a1d730
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions git_aggregator/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,11 @@ def get_parser():
'command',
nargs='?',
default='aggregate',
help='aggregate (default): run the aggregation process\n'
'show-closed-prs: show pull requests that are not in open state')
help='aggregate (default): run the aggregation process.\n'
'show-closed-prs: show pull requests that are not open anymore\n'
' such pull requests are indentified as having\n'
' a github.com remote and a\n'
' refs/pull/NNN/head ref in the merge section.')

return main_parser

Expand Down

0 comments on commit 8a1d730

Please sign in to comment.