Skip to content

Commit

Permalink
Merge pull request #1258 from refacto/fix_zsh_completion
Browse files Browse the repository at this point in the history
Fix zsh completion for _swaylock
  • Loading branch information
ddevault authored and ddeva-vistar committed Jul 12, 2017
1 parent 19233ee commit 6c8b1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/zsh/_swaylock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
_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)' \
Expand Down

0 comments on commit 6c8b1db

Please sign in to comment.