Add help info about certificate revocation reasons

Inform the user where to find additional information
about certificate revocation reasons.

https://fedorahosted.org/freeipa/ticket/6327

Reviewed-By: Abhijeet Kasurde <akasurde@redhat.com>
Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
This commit is contained in:
Tomas Krizek 2016-09-19 13:10:20 +02:00 committed by Martin Basti
parent d6f6a291da
commit 75f77e0f2a

View File

@ -826,7 +826,8 @@ class cert(BaseCertObject):
Int( Int(
'revocation_reason', 'revocation_reason',
label=_('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, minvalue=0,
maxvalue=10, maxvalue=10,
flags={'no_create', 'no_update'}, flags={'no_create', 'no_update'},