diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2026-05-03 01:20:02 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2026-05-03 04:19:41 +0200 |
| commit | c4d76587ae4a7cca36a97edb362e2b4f5febcc45 (patch) | |
| tree | 54046b8305057e8ae0c02309cd102392d4e77624 /src/_envdir | |
| parent | _chmem: update with new options (diff) | |
| download | zsh-completions-c4d76587ae4a7cca36a97edb362e2b4f5febcc45.tar zsh-completions-c4d76587ae4a7cca36a97edb362e2b4f5febcc45.tar.gz zsh-completions-c4d76587ae4a7cca36a97edb362e2b4f5febcc45.tar.bz2 zsh-completions-c4d76587ae4a7cca36a97edb362e2b4f5febcc45.tar.lz zsh-completions-c4d76587ae4a7cca36a97edb362e2b4f5febcc45.tar.xz zsh-completions-c4d76587ae4a7cca36a97edb362e2b4f5febcc45.tar.zst zsh-completions-c4d76587ae4a7cca36a97edb362e2b4f5febcc45.zip | |
Remove the 'this' from 'show this help and exit' in completers
Diffstat (limited to 'src/_envdir')
| -rw-r--r-- | src/_envdir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_envdir b/src/_envdir index e452401..6a92098 100644 --- a/src/_envdir +++ b/src/_envdir @@ -40,7 +40,7 @@ # ------------------------------------------------------------------------------ local -a args=( - '(-h --help)'{-h+,--help}'[show this help message and exit]' + '(-h --help)'{-h+,--help}'[show help message and exit]' '(-)'--version'[display version information and exit]' '(-)1:directory: _path_files -/' '(-)2:command: _command_names -e' |
