We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74dc2ac commit 7e61a28Copy full SHA for 7e61a28
gitlab/cli.py
@@ -241,7 +241,7 @@ def main():
241
parser.add_argument("-c", "--config-file", action='append',
242
help=("Configuration file to use. Can be used "
243
"multiple times."))
244
- parser.add_argument("--gitlab",
+ parser.add_argument("-g", "--gitlab",
245
help=("Which configuration section should "
246
"be used. If not defined, the default selection "
247
"will be used."),
0 commit comments