summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipalib/cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/cli.py b/ipalib/cli.py
index ca9ebfd51..5ae165569 100644
--- a/ipalib/cli.py
+++ b/ipalib/cli.py
@@ -609,7 +609,7 @@ class help(frontend.Local):
Display help for a command or topic.
"""
- takes_args = (Bytes('command?'),)
+ takes_args = (Str('command?'),)
has_output = tuple()