diff --git a/ipaserver/plugins/cert.py b/ipaserver/plugins/cert.py index 68fc2bf7c..dcc829087 100644 --- a/ipaserver/plugins/cert.py +++ b/ipaserver/plugins/cert.py @@ -826,7 +826,8 @@ class cert(BaseCertObject): Int( 'revocation_reason', label=_('Revocation 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, flags={'no_create', 'no_update'},