diff options
author | Réouven Assouly <reouvenassouly@yahoo.fr> | 2019-01-01 16:16:11 +0100 |
---|---|---|
committer | Brian Ashworth <bosrsf04@gmail.com> | 2019-01-02 21:38:32 -0500 |
commit | cf00fb2ccc2063fbbd5b72e0d3b8e75697243c3b (patch) | |
tree | 396cf56d64b974593ec69110a9418e4b9ff02405 /completions/zsh/_sway | |
parent | 5bf4daf2634929e7c94a6c7e56eda66d4667ca2f (diff) |
zsh: update completions
Diffstat (limited to 'completions/zsh/_sway')
-rw-r--r-- | completions/zsh/_sway | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/zsh/_sway b/completions/zsh/_sway index 05112002..a7f55cc5 100644 --- a/completions/zsh/_sway +++ b/completions/zsh/_sway @@ -13,8 +13,8 @@ # # ------------------------------- _arguments -s \ - '(-v --version)'{-v,--version}'[shows version]' \ - '(-h --help)'{-h,--help}'[shows help message]' \ + '(-v --version)'{-v,--version}'[Show the version number and quit]' \ + '(-h --help)'{-h,--help}'[Show help message and quit]' \ '(-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]' \ |