diff --git a/completions/zsh/_swaylock b/completions/zsh/_swaylock index 6b5553b02..880237feb 100644 --- a/completions/zsh/_swaylock +++ b/completions/zsh/_swaylock @@ -8,4 +8,4 @@ _arguments -s \ '(-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]:files:_files' \ - '(-s --scaling)'{-s,--scaling}'[Scaling mode: stretch, fill, fit, center, tile]' + '(-s --scaling)'{-s,--scaling}'[Scaling mode]:mode:(stretch fill fit center tile)'