diff options
| author | Gauvain Pocentek <gauvain@pocentek.net> | 2013-06-22 10:16:20 +0200 |
|---|---|---|
| committer | Gauvain Pocentek <gauvain@pocentek.net> | 2013-06-22 10:16:20 +0200 |
| commit | 079c107bd36620d9751299843d113df47fd592a7 (patch) | |
| tree | 8f7eec35ac6c9ad1bdca68762d0274d93cb3e730 /gitlab | |
| parent | 7e7b29c02cc8a1015fb56a7dac6488cf24873922 (diff) | |
| download | gitlab-079c107bd36620d9751299843d113df47fd592a7.tar.gz | |
listing: list the --page and --per-page options
Diffstat (limited to 'gitlab')
| -rwxr-xr-x | gitlab | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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]) |
