summaryrefslogtreecommitdiff
path: root/gitlab/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/cli.py')
-rw-r--r--gitlab/cli.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitlab/cli.py b/gitlab/cli.py
index 0433a81..01d8851 100644
--- a/gitlab/cli.py
+++ b/gitlab/cli.py
@@ -182,7 +182,7 @@ def main():
if args.fields:
fields = [x.strip() for x in args.fields.split(",")]
debug = args.debug
- action = args.action
+ action = args.whaction
what = args.what
args = args.__dict__
@@ -193,7 +193,7 @@ def main():
"verbose",
"debug",
"what",
- "action",
+ "whaction",
"version",
"output",
):