Fix zsh completion for _swaylock

This commit is contained in:
azarus 2017-07-03 21:30:13 +02:00
parent f745a3b3ef
commit 5d670525a7
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
_arguments -s \
'(-v --version)'{-v,--version}'[Show the version number and quit]' \
'(-h --help)'{-h,--help}'[Show help message and quit]' \
'(-f --daemonize)'{-f, --daemonize}'[Detach from the controlling terminal]\
'(-f --daemonize)'{-f, --daemonize}'[Detach from the controlling terminal]'\
'(-c --color)'{-c,--color}'[Specify a color (rrggbb)]' \
'(-i --image)'{-i,--image}'[Display an image]:files:_files' \
'(-s --scaling)'{-s,--scaling}'[Scaling mode]:mode:(stretch fill fit center tile)' \