diff options
author | Moez Bouhlel <bmoez.j@gmail.com> | 2015-01-14 14:33:32 +0000 |
---|---|---|
committer | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-01-15 00:57:45 +0100 |
commit | d31f44e2818eb00213ca718e05b9bc624e7bfe3f (patch) | |
tree | 78e2f25f9270259d3da6b67d7023997cfa46daae /shell-completion/zsh | |
parent | 78a8e158da95aa144982f2c8aed354ef91c095b8 (diff) |
fix zsh completion typo
json-see => json-sse
Diffstat (limited to 'shell-completion/zsh')
-rw-r--r-- | shell-completion/zsh/_sd_outputmodes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/zsh/_sd_outputmodes b/shell-completion/zsh/_sd_outputmodes index 2ce84a79a1..3836f79b73 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 "$@" |