summaryrefslogtreecommitdiffstats
path: root/ipalib/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/cli.py')
-rw-r--r--ipalib/cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/cli.py b/ipalib/cli.py
index 667a7cdc..ad835f29 100644
--- a/ipalib/cli.py
+++ b/ipalib/cli.py
@@ -818,7 +818,7 @@ class help(frontend.Local):
raise HelpError(topic=topic)
print doc
- if len(commands) > 1:
+ if commands:
print ''
print unicode(_('Topic commands:'))
for c in commands: