From 97c04c491b524e455e9d99441b364650e35289f7 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Mon, 9 Feb 2009 23:01:54 -0700 Subject: Continued cleanup cert/ra plugins --- ipalib/plugins/cert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/plugins/cert.py') diff --git a/ipalib/plugins/cert.py b/ipalib/plugins/cert.py index c900e943..9854830a 100644 --- a/ipalib/plugins/cert.py +++ b/ipalib/plugins/cert.py @@ -33,7 +33,7 @@ class cert_request(Command): takes_args = ('csr',) takes_options = ( - Str('request_type?', default=u'pkcs10', autofill=True), + Str('request_type', default=u'pkcs10', autofill=True), ) def execute(self, csr, **options): -- cgit