Merge branch 'patch-1' into 'develop'

Fix incorrect -v

See merge request pwmt/zathura!18
This commit is contained in:
Sebastian Ramacher 2019-07-02 19:05:34 +00:00
commit 487383c811

View File

@ -16,7 +16,7 @@ all_opts=(
'--mode=mode[Start in a non-default mode]:mode:(presentation fullscreen)'
'--fork[Fork into the background]'
'-h --help[Show help message]'
'-V --version[Print version information]'
'-v --version[Print version information]'
'*:file:->files'
)