From d3a0372e896ee4d1ed5313b98ad4680589843976 Mon Sep 17 00:00:00 2001 From: David Adam Date: Sun, 26 Jul 2015 00:16:48 +0800 Subject: [PATCH] grep completions: remove trailing end statement --- share/completions/grep.fish | 1 - 1 file changed, 1 deletion(-) diff --git a/share/completions/grep.fish b/share/completions/grep.fish index bd52fc60a..07172a91c 100644 --- a/share/completions/grep.fish +++ b/share/completions/grep.fish @@ -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