From 2371d5978ad52f1b449278761eb568de252e6ec4 Mon Sep 17 00:00:00 2001 From: Mark Small Date: Mon, 5 May 2014 19:06:26 +0100 Subject: [PATCH] Add missing cert options. --- custom/plugins/puppet/_puppet | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/custom/plugins/puppet/_puppet b/custom/plugins/puppet/_puppet index d012b457d..0f310ea10 100644 --- a/custom/plugins/puppet/_puppet +++ b/custom/plugins/puppet/_puppet @@ -131,6 +131,13 @@ _cert_arguments=( 'sign:Sign an outstanding certificate request' 'verify:Verify the named certificate against the local CA certificate' 'reinventory:Build an inventory of the issued certificates' + '-h:Print this help message' + '--help:Print this help message' + '-V:Print the puppet version number and exit' + '--version:Print the puppet version number and exit' + '--verbose:Whether to log verbosely' + '--debug:Whether to log debug information' + '--digest:Set the digest for fingerprinting' ) local -a _certificate_arguments