diff options
author | Gauvain Pocentek <gauvain.pocentek@objectif-libre.com> | 2015-12-30 19:23:09 +0100 |
---|---|---|
committer | Gauvain Pocentek <gauvain.pocentek@objectif-libre.com> | 2015-12-30 19:23:09 +0100 |
commit | 7e61a28d74a8589bffcfb70e0f3622113f6442ae (patch) | |
tree | 2aa74a2a54f649084ed8d1a4182bf659b1e7a5b4 /gitlab/cli.py | |
parent | 74dc2acc788fb6e2fdced0561d8959e2a9d0572f (diff) | |
download | gitlab-7e61a28d74a8589bffcfb70e0f3622113f6442ae.tar.gz |
Add the CLI -g short option for --gitlab
Diffstat (limited to 'gitlab/cli.py')
-rw-r--r-- | gitlab/cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/cli.py b/gitlab/cli.py index 648da2d..c3289df 100644 --- a/gitlab/cli.py +++ b/gitlab/cli.py @@ -241,7 +241,7 @@ def main(): parser.add_argument("-c", "--config-file", action='append', help=("Configuration file to use. Can be used " "multiple times.")) - parser.add_argument("--gitlab", + parser.add_argument("-g", "--gitlab", help=("Which configuration section should " "be used. If not defined, the default selection " "will be used."), |