diff options
author | emersion <contact@emersion.fr> | 2018-07-30 15:31:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-30 15:31:53 +0100 |
commit | a0dc8032e1b6bcdbe9b4056ecf30c616a42145ed (patch) | |
tree | fd6482201445bb3637920916e29ad1e8de30397a | |
parent | 5f8676f21478a05c349f0222755e999e2f457acc (diff) | |
parent | 9f598859284ca72d08230301ddabda2fa537cb6d (diff) |
Merge pull request #2384 from 1ace/fix/zsh-completion
zsh: fix sway completion
-rw-r--r-- | completions/zsh/_sway | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/zsh/_sway b/completions/zsh/_sway index bab90fbf..05112002 100644 --- a/completions/zsh/_sway +++ b/completions/zsh/_sway @@ -18,5 +18,5 @@ _arguments -s \ '(-c --config)'{-c,--config}'[Specify a config file]:files:_files' \ '(-C --validate)'{-C,--validate}'[Check validity of the config file, then exit]' \ '(-d --debug)'{-d,--debug}'[Enables full logging, including debug information]' \ - '(-v --verbose)'{-v,--verbose}'[Enables more verbose logging]' \ + '(-V --verbose)'{-V,--verbose}'[Enables more verbose logging]' \ '(--get-socketpath)'--get-socketpath'[Gets the IPC socket path and prints it, then exits]' |