diff options
author | Takeshi Banse <takebi@laafc.net> | 2014-03-21 11:15:58 +0900 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2014-03-21 19:42:02 +0000 |
commit | ab917d4a0e1135988c55943bdc3240b873146c64 (patch) | |
tree | e48d52e32328e4542bbf2ff8eaa3ef0de375559e /Completion/Unix | |
parent | 9c3733e8f78e71e8847e78ac66d2389135f5785a (diff) | |
download | zsh-ab917d4a0e1135988c55943bdc3240b873146c64.tar.gz zsh-ab917d4a0e1135988c55943bdc3240b873146c64.tar.xz zsh-ab917d4a0e1135988c55943bdc3240b873146c64.zip |
32502: fix typo in argument list for git completio
Diffstat (limited to 'Completion/Unix')
-rw-r--r-- | Completion/Unix/Command/_git | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index b082bb050..4982f3061 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -925,7 +925,7 @@ _git-grep () { '--untracked[search in untracked files]' \ '(-a --text)'{-a,--text}'[process binary files as if they were text]' \ '(--textconv --no-textconv)--textconv[honor textconv filter settings]' \ - '(--textconv --no-textconv}--no-textconv[do not honor textconv filter settings]' \ + '(--textconv --no-textconv)--no-textconv[do not honor textconv filter settings]' \ '(-i --ignore-case)'{-i,--ignore-case}'[ignore case when matching]' \ '-I[do not match pattern in binary files]' \ '--max-depth=[descend at most given levels of directories]: :__git_guard_number depth' \ |