From b85cbcc753c4c8497047389b72b47453eec3e360 Mon Sep 17 00:00:00 2001 From: Mark Small Date: Mon, 5 May 2014 19:22:15 +0100 Subject: [PATCH] Fix certificate_revocation_list options. --- custom/plugins/puppet/_puppet | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/custom/plugins/puppet/_puppet b/custom/plugins/puppet/_puppet index 18c7bac79..b34506dcd 100644 --- a/custom/plugins/puppet/_puppet +++ b/custom/plugins/puppet/_puppet @@ -158,15 +158,15 @@ _certificate_arguments=( local -a _certificate_revocation_list_arguments _certificate_revocation_list_arguments=( - destroy Delete the certificate revocation list. - find Retrieve the certificate revocation list. - info Print the default terminus class for this face. - save Invalid for this subcommand. - search Invalid for this subcommand. + 'destroy:Delete the certificate revocation list' + 'find:Retrieve the certificate revocation list' + 'info:Print the default terminus class for this face' + 'save:Invalid for this subcommand' + 'search:Invalid for this subcommand' '--render-as:FORMAT The rendering format to use' '--verbose:Whether to log verbosely' '--debug:Whether to log debug information' - '--extra HASH:Extra arguments to pass to the indirection request' + '--extra:HASH Extra arguments to pass to the indirection request' '--terminus: TERMINUS The indirector terminus to use' ) @@ -355,7 +355,7 @@ case $state in ;; # Display sub-commands for puppet certificate_revocation_list. - (certificate) + (certificate_revocation_list) __puppet-certificate_revocation_list ;; esac