aboutsummaryrefslogtreecommitdiff
path: root/completions
diff options
context:
space:
mode:
Diffstat (limited to 'completions')
-rw-r--r--completions/zsh/_swaylock6
1 files changed, 3 insertions, 3 deletions
diff --git a/completions/zsh/_swaylock b/completions/zsh/_swaylock
index 6163c089..2a4febc2 100644
--- a/completions/zsh/_swaylock
+++ b/completions/zsh/_swaylock
@@ -6,6 +6,6 @@
_arguments -s \
'(-v --version)'{-v,--version}'[Show the version number and quit]' \
'(-h --help)'{-h,--help}'[Show help message and quit]' \
- '(-c --color)'{-c --color}'[Specify a color (rrggbb) instead of white]' \
- '(-i --image)'{-i --image}'[Display an image]' \
- '(-s --scaling)'{-s --scaling}'[Scaling mode: stretch, fill, fit, center, tile]'
+ '(-c --color)'{-c,--color}'[Specify a color (rrggbb) instead of white]:files:_files' \
+ '(-i --image)'{-i,--image}'[Display an image]' \
+ '(-s --scaling)'{-s,--scaling}'[Scaling mode: stretch, fill, fit, center, tile]'