[systemd-devel] [PATCH] fix zsh completion typo

Ronny Chevalier chevalier.ronny at gmail.com
Wed Jan 14 16:13:58 PST 2015


2015-01-14 15:33 GMT+01:00 Moez Bouhlel <bmoez.j at gmail.com>:
> json-see => json-sse
>
> ---
>  shell-completion/zsh/_sd_outputmodes | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/shell-completion/zsh/_sd_outputmodes b/shell-completion/zsh/_sd_outputmodes
> index 2ce84a7..3836f79 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 "$@"
> --
> 2.2.2

Hi,

Applied, thanks.

>
> _______________________________________________
> systemd-devel mailing list
> systemd-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/systemd-devel


More information about the systemd-devel mailing list