aboutsummaryrefslogtreecommitdiffstats
path: root/completions
diff options
context:
space:
mode:
authorLibravatar azarus <azarus@posteo.net>2017-07-03 21:30:13 +0200
committerLibravatar azarus <azarus@posteo.net>2017-07-03 21:30:13 +0200
commit5d670525a721877032cde2f8610f271bc883963d (patch)
treed63a7c0e4d0068f8fb3dbfaf210563e438c6c7ed /completions
parentMerge pull request #1255 from Hummer12007/policy (diff)
downloadsway-5d670525a721877032cde2f8610f271bc883963d.tar.gz
sway-5d670525a721877032cde2f8610f271bc883963d.tar.zst
sway-5d670525a721877032cde2f8610f271bc883963d.zip
Fix zsh completion for _swaylock
Diffstat (limited to 'completions')
-rw-r--r--completions/zsh/_swaylock2
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 @@
6_arguments -s \ 6_arguments -s \
7 '(-v --version)'{-v,--version}'[Show the version number and quit]' \ 7 '(-v --version)'{-v,--version}'[Show the version number and quit]' \
8 '(-h --help)'{-h,--help}'[Show help message and quit]' \ 8 '(-h --help)'{-h,--help}'[Show help message and quit]' \
9 '(-f --daemonize)'{-f, --daemonize}'[Detach from the controlling terminal]\ 9 '(-f --daemonize)'{-f, --daemonize}'[Detach from the controlling terminal]'\
10 '(-c --color)'{-c,--color}'[Specify a color (rrggbb)]' \ 10 '(-c --color)'{-c,--color}'[Specify a color (rrggbb)]' \
11 '(-i --image)'{-i,--image}'[Display an image]:files:_files' \ 11 '(-i --image)'{-i,--image}'[Display an image]:files:_files' \
12 '(-s --scaling)'{-s,--scaling}'[Scaling mode]:mode:(stretch fill fit center tile)' \ 12 '(-s --scaling)'{-s,--scaling}'[Scaling mode]:mode:(stretch fill fit center tile)' \