From da1fe966debee1b94f7cae095a55880cfb260a39 Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Wed, 2 Feb 2011 02:49:57 -0500 Subject: Fixed type of argument in class help --- ipalib/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib') 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() -- cgit