summaryrefslogtreecommitdiff
path: root/gitlab/cli.py
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain.pocentek@objectif-libre.com>2015-12-30 19:23:09 +0100
committerGauvain Pocentek <gauvain.pocentek@objectif-libre.com>2015-12-30 19:23:09 +0100
commit7e61a28d74a8589bffcfb70e0f3622113f6442ae (patch)
tree2aa74a2a54f649084ed8d1a4182bf659b1e7a5b4 /gitlab/cli.py
parent74dc2acc788fb6e2fdced0561d8959e2a9d0572f (diff)
downloadgitlab-7e61a28d74a8589bffcfb70e0f3622113f6442ae.tar.gz
Add the CLI -g short option for --gitlab
Diffstat (limited to 'gitlab/cli.py')
-rw-r--r--gitlab/cli.py2
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."),