mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
fix zsh completion typo
json-see => json-sse
This commit is contained in:
committed by
Ronny Chevalier
parent
78a8e158da
commit
d31f44e281
@@ -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