aboutsummaryrefslogtreecommitdiffstats
path: root/completions
diff options
context:
space:
mode:
authorLibravatar Andrew Conrad <aconrad103@gmail.com>2017-06-18 21:58:19 -0500
committerLibravatar Andrew Conrad <aconrad103@gmail.com>2017-06-18 21:58:19 -0500
commit54e7225e280c90e204cf3462f60abf670b3e3bfd (patch)
treeb9a246318c43dcc6f0b8944363a22e9764265486 /completions
parentMerge pull request #1241 from Blajda/ffmpeg-opts (diff)
downloadsway-54e7225e280c90e204cf3462f60abf670b3e3bfd.tar.gz
sway-54e7225e280c90e204cf3462f60abf670b3e3bfd.tar.zst
sway-54e7225e280c90e204cf3462f60abf670b3e3bfd.zip
Correct swaylock man page description of -i and -c
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 3d4f650e..16ef1cb5 100644
--- a/completions/zsh/_swaylock
+++ b/completions/zsh/_swaylock
@@ -7,7 +7,7 @@ _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) instead of white]' \ 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)' \
13 '(-u --no-unlock-indicator)'{-u,--no-unlock-indicator}'[Disable the unlock indicator]' 13 '(-u --no-unlock-indicator)'{-u,--no-unlock-indicator}'[Disable the unlock indicator]'