Skip to content

Commit

Permalink
Add the CLI -g short option for --gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed Dec 30, 2015
1 parent 74dc2ac commit 7e61a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab/cli.py
Expand Up @@ -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."),
Expand Down

0 comments on commit 7e61a28

Please sign in to comment.