summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipalib/cli.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ipalib/cli.py b/ipalib/cli.py
index 74c43b59..ca186c73 100644
--- a/ipalib/cli.py
+++ b/ipalib/cli.py
@@ -834,6 +834,9 @@ class help(frontend.Local):
for c in commands:
writer(
' %s %s' % (to_cli(c.name).ljust(mcl), c.summary))
+ writer()
+ writer(_('To get command help, use:'))
+ writer(_(' ipa <command> --help'))
writer()
class show_mappings(frontend.Command):