aboutsummaryrefslogtreecommitdiffstats
path: root/completions
diff options
context:
space:
mode:
authorLibravatar Eric Engestrom <eric.engestrom@intel.com>2018-07-26 17:25:20 +0100
committerLibravatar Eric Engestrom <eric.engestrom@intel.com>2018-07-30 15:22:15 +0100
commit9f598859284ca72d08230301ddabda2fa537cb6d (patch)
treefd6482201445bb3637920916e29ad1e8de30397a /completions
parentMerge pull request #2383 from RedSoxFan/fix-title-scale (diff)
downloadsway-9f598859284ca72d08230301ddabda2fa537cb6d.tar.gz
sway-9f598859284ca72d08230301ddabda2fa537cb6d.tar.zst
sway-9f598859284ca72d08230301ddabda2fa537cb6d.zip
zsh: fix sway completion
Diffstat (limited to 'completions')
-rw-r--r--completions/zsh/_sway2
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 \
18 '(-c --config)'{-c,--config}'[Specify a config file]:files:_files' \ 18 '(-c --config)'{-c,--config}'[Specify a config file]:files:_files' \
19 '(-C --validate)'{-C,--validate}'[Check validity of the config file, then exit]' \ 19 '(-C --validate)'{-C,--validate}'[Check validity of the config file, then exit]' \
20 '(-d --debug)'{-d,--debug}'[Enables full logging, including debug information]' \ 20 '(-d --debug)'{-d,--debug}'[Enables full logging, including debug information]' \
21 '(-v --verbose)'{-v,--verbose}'[Enables more verbose logging]' \ 21 '(-V --verbose)'{-V,--verbose}'[Enables more verbose logging]' \
22 '(--get-socketpath)'--get-socketpath'[Gets the IPC socket path and prints it, then exits]' 22 '(--get-socketpath)'--get-socketpath'[Gets the IPC socket path and prints it, then exits]'