commit ba78ea3e5fcb0813a779f26269c34aba9b341c16
parent f745a3b3ef0b575d9a3ea802c338a003b0cc6af5
Author: Drew DeVault <sir@cmpwn.com>
Date: Mon, 3 Jul 2017 14:30:10 -0600
Merge pull request #1258 from refacto/fix_zsh_completion
Fix zsh completion for _swaylock
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/completions/zsh/_swaylock b/completions/zsh/_swaylock
@@ -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)' \