From 06ba11272c03d94b76d64a30c39167c5238c61ee Mon Sep 17 00:00:00 2001 From: Mark Small Date: Mon, 5 May 2014 19:21:51 +0100 Subject: [PATCH] Fix certificate options. --- custom/plugins/puppet/_puppet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/plugins/puppet/_puppet b/custom/plugins/puppet/_puppet index 0cc1fa6d1..18c7bac79 100644 --- a/custom/plugins/puppet/_puppet +++ b/custom/plugins/puppet/_puppet @@ -152,7 +152,7 @@ _certificate_arguments=( '--verbose:Whether to log verbosely' '--debug:Whether to log debug information' '--ca-location: LOCATION Which certificate authority to use (local or remote)' - '--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' )