From 5d670525a721877032cde2f8610f271bc883963d Mon Sep 17 00:00:00 2001 From: azarus Date: Mon, 3 Jul 2017 21:30:13 +0200 Subject: Fix zsh completion for _swaylock --- completions/zsh/_swaylock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'completions') diff --git a/completions/zsh/_swaylock b/completions/zsh/_swaylock index 16ef1cb5..478c7512 100644 --- 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)' \ -- cgit v1.2.3-54-g00ecf