From c4bc7124328cf4edd7b12b2ffe37e2fb108db864 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Tue, 19 Mar 2002 14:38:36 +0000 Subject: arg to -C option must be in the same word --- Completion/Unix/Command/_grep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_grep') diff --git a/Completion/Unix/Command/_grep b/Completion/Unix/Command/_grep index 98b4256f8..6d39c1ae0 100644 --- a/Completion/Unix/Command/_grep +++ b/Completion/Unix/Command/_grep @@ -30,7 +30,7 @@ arguments=( $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)' '(--byte-offset -b -c)'{--byte-offset,-b}'[print the byte offset with output lines]' '(--text -a -I)--binary-files=[specify type to assume for binary files]:file type:(binary without-match text)' -- cgit 1.4.1