diff options
Diffstat (limited to 'Completion/Zsh')
-rw-r--r-- | Completion/Zsh/Command/_zmv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Command/_zmv b/Completion/Zsh/Command/_zmv index bc639f3ec..df5cb5113 100644 --- a/Completion/Zsh/Command/_zmv +++ b/Completion/Zsh/Command/_zmv @@ -15,4 +15,4 @@ _arguments -s -S -A '-*' \ '(-W)-w[implicitly add parenthesis to wildcards in the pattern]' \ '(-w)-W[like -w, but turn wildcards in replacement patterns into references]' \ '1:source pattern:_files' \ - '2:desination pattern:_files' + '2:destination pattern:_files' |