From 9cb6bbedd350a2241113fe1d731b4cfe56c19d4f Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Sun, 11 Mar 2018 19:58:57 +0100 Subject: pep8 fix --- gitlab/cli.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gitlab/cli.py') 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") -- cgit v1.2.1