From 75f77e0f2a55de4802b2ab74a0e6f50eaf728dc8 Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Mon, 19 Sep 2016 13:10:20 +0200 Subject: [PATCH] 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 Reviewed-By: Stanislav Laznicka --- ipaserver/plugins/cert.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'},