diff options
-rw-r--r-- | ipalib/cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/cli.py b/ipalib/cli.py index ca9ebfd5..5ae16556 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() |