mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 19:16:01 +01:00
Fix incorrect -v
This commit is contained in:
parent
f9adb25fd0
commit
6da6d17d85
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ all_opts=(
|
||||||
'--mode=mode[Start in a non-default mode]:mode:(presentation fullscreen)'
|
'--mode=mode[Start in a non-default mode]:mode:(presentation fullscreen)'
|
||||||
'--fork[Fork into the background]'
|
'--fork[Fork into the background]'
|
||||||
'-h --help[Show help message]'
|
'-h --help[Show help message]'
|
||||||
'-V --version[Print version information]'
|
'-v --version[Print version information]'
|
||||||
'*:file:->files'
|
'*:file:->files'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue