From 2d0dfd5c0f757408e5fb214eba32db165f1913f3 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sat, 21 Dec 2019 16:43:06 +0000 Subject: [PATCH] Fix option name typo in zsh completion --- data/zsh-completion.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/zsh-completion.in b/data/zsh-completion.in index a49de4f..fe621cb 100644 --- a/data/zsh-completion.in +++ b/data/zsh-completion.in @@ -10,7 +10,7 @@ all_opts=( '(-w --password)'{-w,--password=}'[specify a password for the document]:password' '(-P --page)'{-p,--page=}'[open the document at the given page number]:page number' '(-l --log-level)'{-l,--log-level=}'[set log level]:level:(error warning info debug)' - '(-x --snyctex-editor-command)'{-x,--synxtec-editor-command=}'[specify synctex editor (forwarded to the synctex command)]:command' + '(-x --synctex-editor-command)'{-x,--synctex-editor-command=}'[specify synctex editor (forwarded to the synctex command)]:command' '--synctex-forward=[move to the given position]:position' '--synctex-pid=[highlight position in given process]:pid:_pids' '--mode[start in a non-default mode]:mode:(presentation fullscreen)'