From 9a6731643f1b0e3c47df13866109323ddd4c5db0 Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Sat, 18 Feb 2017 16:31:07 +0530 Subject: [PATCH] Hide request_type doc string in cert-request help Fix hides description of request_type argument in cert-request command help Fixes https://pagure.io/freeipa/issue/6494 Fixes https://pagure.io/freeipa/issue/5734 Signed-off-by: Abhijeet Kasurde Reviewed-By: Martin Basti Reviewed-By: Fraser Tweedale --- ipaserver/plugins/cert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipaserver/plugins/cert.py b/ipaserver/plugins/cert.py index 1a6d04533cebb2eb00022981dae9ffe5b785ba8b..dfc7444ddbf31ac3c194e050af28220fc2a87a92 100644 --- a/ipaserver/plugins/cert.py +++ b/ipaserver/plugins/cert.py @@ -491,7 +491,7 @@ class certreq(BaseCertObject): 'request_type', default=u'pkcs10', autofill=True, - flags={'no_update', 'no_update', 'no_search'}, + flags={'no_option', 'no_update', 'no_update', 'no_search'}, ), Str( 'profile_id?', validate_profile_id, -- 2.12.2