fix zsh completion typo

json-see => json-sse
This commit is contained in:
Moez Bouhlel 2015-01-14 14:33:32 +00:00 committed by Ronny Chevalier
parent 78a8e158da
commit d31f44e281
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#autoload
local -a _output_opts
_output_opts=(short short-iso short-precise short-monotonic verbose export json json-pretty json-see cat)
_output_opts=(short short-iso short-precise short-monotonic verbose export json json-pretty json-sse cat)
_describe -t output 'output mode' _output_opts || compadd "$@"