summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipalib/plugins/cert.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/ipalib/plugins/cert.py b/ipalib/plugins/cert.py
index c97ca8866..816d84e8b 100644
--- a/ipalib/plugins/cert.py
+++ b/ipalib/plugins/cert.py
@@ -665,7 +665,8 @@ class cert_revoke(VirtualCommand):
takes_options = (
Int('revocation_reason',
label=_('Reason'),
- doc=_('Reason for revoking the certificate (0-10)'),
+ doc=_('Reason for revoking the certificate (0-10). Type '
+ '"ipa help cert" for revocation reason details. '),
minvalue=0,
maxvalue=10,
default=0,
@@ -733,7 +734,8 @@ class cert_find(Command):
),
Int('revocation_reason?',
label=_('Reason'),
- doc=_('Reason for revoking the certificate (0-10)'),
+ doc=_('Reason for revoking the certificate (0-10). Type '
+ '"ipa help cert" for revocation reason details.'),
minvalue=0,
maxvalue=10,
autofill=False,