aboutsummaryrefslogtreecommitdiff
path: root/completions
diff options
context:
space:
mode:
authorIan Fan <ianfan0@gmail.com>2018-08-16 23:21:30 +0100
committerIan Fan <ianfan0@gmail.com>2018-08-16 23:21:30 +0100
commit1fd62d3e0cb28aba9708ea941350a44f81a5418c (patch)
treea59411967de47962cf354326e717a2ba92b42bbc /completions
parent98ed05225e06618533fa0439fdc83463cb9f1d2e (diff)
Fix swaylock zsh completions
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 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' \