summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorMoez Bouhlel <bmoez.j@gmail.com>2015-01-14 14:33:32 +0000
committerRonny Chevalier <chevalier.ronny@gmail.com>2015-01-15 00:57:45 +0100
commitd31f44e2818eb00213ca718e05b9bc624e7bfe3f (patch)
tree78e2f25f9270259d3da6b67d7023997cfa46daae /shell-completion
parent78a8e158da95aa144982f2c8aed354ef91c095b8 (diff)
fix zsh completion typo
json-see => json-sse
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/zsh/_sd_outputmodes2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/zsh/_sd_outputmodes b/shell-completion/zsh/_sd_outputmodes
index 2ce84a79a..3836f79b7 100644
--- a/shell-completion/zsh/_sd_outputmodes
+++ b/shell-completion/zsh/_sd_outputmodes
@@ -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 "$@"