From dab452442d1425332369d00d95be4cd1b460407f Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Fri, 11 Feb 2011 18:12:02 -0500 Subject: The --out option wasn't working at all with cert-show. Also fix some related problems in write_certificate(), handle either a DER or base64-formatted incoming certificate and don't explode if the filename is None. ticket 954 --- API.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'API.txt') diff --git a/API.txt b/API.txt index 86f4d133..fab22413 100644 --- a/API.txt +++ b/API.txt @@ -320,7 +320,7 @@ output: Output('result', None, None) command: cert_show args: 1,1,1 arg: Str('serial_number', label=Gettext('Serial number', domain='ipa', localedir=None)) -option: Str('out?',tr('out?', doc=Gettext('file to store certificate in', domain='ipa', localedir=None)) +option: Str('out?', exclude='webui', label=Gettext('Output filename', domain='ipa', localedir=None)) output: Output('result', None, None) command: cert_status args: 1,0,1 -- cgit