mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-06-16 02:35:58 +00:00
fix zsh completion typo
json-see => json-sse
(cherry picked from commit d31f44e281)
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
36db434a4f
commit
177264ca14
@@ -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 "$@"
|
||||
|
||||
Reference in New Issue
Block a user