diff options
Diffstat (limited to 'Completion/Zsh/Command/_which')
-rw-r--r-- | Completion/Zsh/Command/_which | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Command/_which b/Completion/Zsh/Command/_which index ab6caeba7..279475451 100644 --- a/Completion/Zsh/Command/_which +++ b/Completion/Zsh/Command/_which @@ -9,7 +9,7 @@ cargs=( \ '-s[print symlink free path as well]' \ '*:commands:->command' ) farg='-f[output contents of functions]' -aarg='-a[print all occurences in path]' +aarg='-a[print all occurrences in path]' case ${service} in whence) |