URL: https://github.com/freeipa/freeipa/pull/91
Author: tomaskrizek
 Title: #91: Add help info about certificate revocation reasons
Action: opened

PR body:
"""
Inform the user where to find additional information
about certificate revocation reasons.

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

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/91/head:pr91
git checkout pr91
From 3d31c7f9956c9329dce4c2cbc5316b9a55a2fbe9 Mon Sep 17 00:00:00 2001
From: Tomas Krizek <tkri...@redhat.com>
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
---
 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 68fc2bf..dcc8290 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'},
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Reply via email to