From b58339667420ef41df027ce400979d602082072e Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Fri, 14 Nov 2003 11:56:52 +0000 Subject: 19244: various completion function fixes and updates --- 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 b1dd8aa45..0c0f8b4a2 100644 --- a/Completion/Unix/Command/_grep +++ b/Completion/Unix/Command/_grep @@ -69,5 +69,5 @@ arguments=( $arguments[@] _pick_variant -c "$command" gnu=gnu unix --help || arguments=( ${arguments:#(|*\)(\*|))--*} ) -_arguments -s $arguments[@] +_arguments -S -s $arguments[@] -- cgit 1.4.1