URL: https://github.com/freeipa/freeipa/pull/480 Author: Akasurde Title: #480: Add request_type doc string in cert-request Action: opened
PR body: """ Fix adds correct description to request_type argument in cert-request command help Fixes https://fedorahosted.org/freeipa/ticket/6494 Signed-off-by: Abhijeet Kasurde <akasu...@redhat.com> """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/480/head:pr480 git checkout pr480
From 84ff4bf6a7c66c502bfa89d22a69a46bff466ade Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde <akasu...@redhat.com> Date: Sat, 18 Feb 2017 16:31:07 +0530 Subject: [PATCH] Add request_type doc string in cert-request Fix adds correct description to request_type argument in cert-request command help Fixes https://fedorahosted.org/freeipa/ticket/6494 Signed-off-by: Abhijeet Kasurde <akasu...@redhat.com> --- ipaserver/plugins/cert.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ipaserver/plugins/cert.py b/ipaserver/plugins/cert.py index 0852197..20ed019 100644 --- a/ipaserver/plugins/cert.py +++ b/ipaserver/plugins/cert.py @@ -475,6 +475,7 @@ class certreq(BaseCertObject): 'request_type', default=u'pkcs10', autofill=True, + doc=_("Specifies certificate request type (Default is pkcs10)"), flags={'no_update', 'no_update', 'no_search'}, ), Str(
-- 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