mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fixed type of argument in class help
This commit is contained in:
parent
34efc7bc24
commit
da1fe966de
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user