diff options
Diffstat (limited to 'gitlab/cli.py')
-rw-r--r-- | gitlab/cli.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gitlab/cli.py b/gitlab/cli.py index 91a7dde..4d41b83 100644 --- a/gitlab/cli.py +++ b/gitlab/cli.py @@ -78,7 +78,8 @@ def cls_to_what(cls): def _get_base_parser(add_help=True): - parser = argparse.ArgumentParser(add_help=add_help, + parser = argparse.ArgumentParser( + add_help=add_help, description="GitLab API Command Line Interface") parser.add_argument("--version", help="Display the version.", action="store_true") |