chiark / gitweb /
man: add a link to systemd-coredump(8) in Description of coredump.conf(5)
[elogind.git] / shell-completion / zsh / _sd_outputmodes
1 #autoload
2
3 local -a _output_opts
4 _output_opts=(short short-monotonic verbose export json json-pretty json-see cat)
5 _describe -t output 'output mode' _output_opts || compadd "$@"