diff options
Diffstat (limited to 'ipalib/cli.py')
-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 c0e8c9c93..8515b91ed 100644 --- a/ipalib/cli.py +++ b/ipalib/cli.py @@ -715,7 +715,7 @@ class help(frontend.Local): self._builtins = [] # build help topics - for c in self.Command(): + for c in self.api.Command(): if c.NO_CLI: continue |