aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-07-26 00:16:48 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-07-26 00:16:48 +0800
commitd3a0372e896ee4d1ed5313b98ad4680589843976 (patch)
treee3955e28339a2f76825483063736726a134517e3
parent30ea4fc416c533e9ca3c1fb464e08c004946de00 (diff)
grep completions: remove trailing end statement
-rw-r--r--share/completions/grep.fish1
1 files changed, 0 insertions, 1 deletions
diff --git a/share/completions/grep.fish b/share/completions/grep.fish
index bd52fc60..07172a91 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