diff options
author | Ryan Dwyer <RyanDwyer@users.noreply.github.com> | 2018-08-25 13:06:04 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-25 13:06:04 +1000 |
commit | 4b9ad9c2382db9b2a9a224e9ebc60b6298843aa9 (patch) | |
tree | f1ed7e866d4e34f5ef9b8f72ec8095369619aaa7 /completions/zsh/_swaylock | |
parent | f51b9478f28143a4f1887711497ff131f26ab1c4 (diff) | |
parent | e86d99acd655815781cd2e23877ce58ab5b24826 (diff) |
Merge branch 'master' into commands
Diffstat (limited to 'completions/zsh/_swaylock')
-rw-r--r-- | completions/zsh/_swaylock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/completions/zsh/_swaylock b/completions/zsh/_swaylock index 478c7512..8fb4834c 100644 --- a/completions/zsh/_swaylock +++ b/completions/zsh/_swaylock @@ -6,9 +6,9 @@ _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)' \ - '(-u --no-unlock-indicator)'{-u,--no-unlock-indicator}'[Disable the unlock indicator]' - '(--socket)'{--socket}'[Use the specified socket path.]:files:_files' \ + '(-u --no-unlock-indicator)'{-u,--no-unlock-indicator}'[Disable the unlock indicator]' \ + '(--socket)'--socket'[Use the specified socket path.]:files:_files' \ |