diff options
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]' \ |