about summary refs log tree commit diff
path: root/Completion/Unix/Command/_grep
diff options
context:
space:
mode:
authorFabian Klotzl <fabian@kloetzl.info>2017-03-09 20:27:41 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2017-03-09 20:29:27 -0800
commit7276d04934192c0a9e32617f0c8c42d166dbdb52 (patch)
treee09980eb22a309a3d3a0dd23f40898311f83e469 /Completion/Unix/Command/_grep
parent9f498643228df057f6e80babba6f9a064cb12df3 (diff)
downloadzsh-7276d04934192c0a9e32617f0c8c42d166dbdb52.tar.gz
zsh-7276d04934192c0a9e32617f0c8c42d166dbdb52.tar.xz
zsh-7276d04934192c0a9e32617f0c8c42d166dbdb52.zip
40808: fix typos where (x,y) should have been (x y) in _arguments syntax
Diffstat (limited to 'Completion/Unix/Command/_grep')
-rw-r--r--Completion/Unix/Command/_grep2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_grep b/Completion/Unix/Command/_grep
index 5d548b567..a31cf9cf6 100644
--- a/Completion/Unix/Command/_grep
+++ b/Completion/Unix/Command/_grep
@@ -32,7 +32,7 @@ arguments+=(
   '(--after-context -A)'{--after-context=,-A+}'[specify lines of trailing context]:lines'
   '(--text -a --binary-files -I)'{--text,-a}'[process binary file as if it were text]'
   '(--before-context -B)'{--before-context=,-B+}'[specify lines of leading context]:lines'
-  '(--context,-C)'{--context=,-C-}'[specify lines of context]:lines'
+  '(--context -C)'{--context=,-C-}'[specify lines of context]:lines'
   '(--color --colour)--'{color,colour}'=-[distinguish matching string]::when:(always never auto)'
   '(--no-group-separator)--group-separator=[specify separator between blocks of context]:separator [--]'
   "(--group-separator)--no-group-separator[don't separate context blocks]"