about summary refs log tree commit diff
path: root/Completion/Unix/Command/_grep
diff options
context:
space:
mode:
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 d9dcad0af..59c04ff37 100644
--- a/Completion/Unix/Command/_grep
+++ b/Completion/Unix/Command/_grep
@@ -68,4 +68,4 @@ arguments=( \
 [[ -z "$_is_gnu[$words[1]]" ]] &&
     arguments=( ${arguments:#(|*\)(\*|))--*} )
 
-_arguments -s $arguments
+_arguments -S -s $arguments