summaryrefslogtreecommitdiffstats
path: root/ipalib/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/cli.py')
-rw-r--r--ipalib/cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/cli.py b/ipalib/cli.py
index a6f4fe86a..b7f840cf8 100644
--- a/ipalib/cli.py
+++ b/ipalib/cli.py
@@ -428,7 +428,7 @@ class help(frontend.Command):
Display help for a command or topic.
"""
- takes_args = [Bytes('command?')]
+ takes_args = (Bytes('command?'),)
_PLUGIN_BASE_MODULE = 'ipalib.plugins'