mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Fix certificate_revocation_list options.
This commit is contained in:
parent
06ba11272c
commit
b85cbcc753
1 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue