diff options
author | azarus <azarus@posteo.net> | 2017-07-03 21:30:13 +0200 |
---|---|---|
committer | azarus <azarus@posteo.net> | 2017-07-03 21:30:13 +0200 |
commit | 5d670525a721877032cde2f8610f271bc883963d (patch) | |
tree | d63a7c0e4d0068f8fb3dbfaf210563e438c6c7ed /completions/zsh | |
parent | f745a3b3ef0b575d9a3ea802c338a003b0cc6af5 (diff) |
Fix zsh completion for _swaylock
Diffstat (limited to 'completions/zsh')
-rw-r--r-- | completions/zsh/_swaylock | 2 |
1 files changed, 1 insertions, 1 deletions
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)' \ |