Fix bug in cert arguments:

* clean option had an extra single quote.
* fingerprint option had a single quote as part of the text so changed outer quotes to double quotes.
This commit is contained in:
Mark Small 2014-05-05 17:53:26 +01:00
commit 73d3a70ea0

View file

@ -120,8 +120,8 @@ _catalog_arguments=(
local -a _cert_arguments
_cert_arguments=(
"clean:'Revoke a host's certificate (if applicable) and remove all files related to that host from puppet cert's storage"
'fingerprint:Print the DIGEST (defaults to the signing algorithm) fingerprint of a host's certificate'
"clean:Revoke a host's certificate (if applicable) and remove all files related to that host from puppet cert's storage"
"fingerprint:Print the DIGEST (defaults to the signing algorithm) fingerprint of a host's certificate"
'generate:Generate a certificate for a named client'
'list:List outstanding certificate requests'
"print:Print the full-text version of a host's certificate."