mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 07:34:32 +00:00
grep completions: remove trailing end statement
This commit is contained in:
parent
30ea4fc416
commit
d3a0372e89
1 changed files with 0 additions and 1 deletions
|
@ -47,4 +47,3 @@ complete -c grep -s x -l line-regexp --description "Only whole matching lines"
|
|||
complete -c grep -s y --description "Obsolete synonym for -i"
|
||||
complete -c grep -s z -l null-data --description 'treat input as a set of lines each terminated by a zero byte'
|
||||
complete -c grep -s Z -l null --description "Output a zero byte after filename"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue