mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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 <akasurde@redhat.com> Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Fraser Tweedale <ftweedal@redhat.com>
This commit is contained in:
parent
2b33230f66
commit
a1bb442054
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user