Skip to content

Commit

Permalink
listing: list the --page and --per-page options
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed Jun 22, 2013
1 parent 7e7b29c commit 079c107
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gitlab
Expand Up @@ -55,6 +55,9 @@ def actionHelpList(cls):
detail = ''
if action == 'list':
detail = " ".join(["--%s=ARG" % x.replace('_', '-') for x in cls.requiredListAttrs])
if detail:
detail += " "
detail += "--page=ARG --per-page=ARG"
elif action in ['get', 'delete']:
detail = "--id=ARG "
detail += " ".join(["--%s=ARG" % x.replace('_', '-') for x in cls.requiredGetAttrs])
Expand Down

0 comments on commit 079c107

Please sign in to comment.