From d9c5241fc54c0a7ba3d4d95a8deb5e47a1ca572c Mon Sep 17 00:00:00 2001 From: Andrey Borzenkov Date: Mon, 14 Dec 2009 16:53:34 +0000 Subject: unposted: add --exclude-dir grep option --- Completion/Unix/Command/_grep | 1 + 1 file changed, 1 insertion(+) (limited to 'Completion/Unix/Command/_grep') diff --git a/Completion/Unix/Command/_grep b/Completion/Unix/Command/_grep index 0c0f8b4a2..5068f6e48 100644 --- a/Completion/Unix/Command/_grep +++ b/Completion/Unix/Command/_grep @@ -55,6 +55,7 @@ arguments=( $arguments[@] '*--include=[examine files matching specified pattern]:file pattern' '*--exclude=[skip files matching specified pattern]:file pattern' '*--exclude-from=[skip files matching pattern in specified file]:file:_files' + '*--exclude-dir=[skip directories matching specified pattern]:directory pattern' '(--no-messages -s)'{--no-messages,-s}'[suppress messages about unreadable]' '(--version -V)'{--version,-V}'[display version info]' '(--invert-match -v)'{--invert-match,-v}'[select non-matching lines]' -- cgit 1.4.1