diff options
Diffstat (limited to 'ipalib/plugable.py')
-rw-r--r-- | ipalib/plugable.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugable.py b/ipalib/plugable.py index d2541e3b..8f42c630 100644 --- a/ipalib/plugable.py +++ b/ipalib/plugable.py @@ -531,7 +531,7 @@ class API(DictProxy): 'See "ipa help <TOPIC>" for more information on a ' 'specific topic.', 'See "ipa help commands" for the full list of commands.', - 'See "ipa help <COMMAND>" for more information on a ' + 'See "ipa <COMMAND> --help" for more information on a ' 'specific command.', ])) parser.disable_interspersed_args() |