diff options
Diffstat (limited to 'Completion/Unix/Command/_grep')
-rw-r--r-- | Completion/Unix/Command/_grep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_grep b/Completion/Unix/Command/_grep index 3b3e01ef3..db0d6301e 100644 --- a/Completion/Unix/Command/_grep +++ b/Completion/Unix/Command/_grep @@ -51,7 +51,7 @@ arguments=( $arguments[@] '(--null -Z --no-filename -h)'{--null,-Z}'[print 0 byte after FILE name]' '--help[display help]' '--mmap[memory map input]' - '(-e --regexp -f --file)1:pattern:_guard "^--*"' + '(-e --regexp -f --file)1: :_guard "^--*" pattern' '*:files:_files' ) |