mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-28 04:14:55 +01:00
Fix option name typo in zsh completion
This commit is contained in:
parent
418e1fe30d
commit
2d0dfd5c0f
1 changed files with 1 additions and 1 deletions
|
@ -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)'
|
||||
|
|
Loading…
Reference in a new issue