Fix rgrep completions

This used the arguments the wrong way around.
This commit is contained in:
Fabian Homborg 2019-08-04 15:24:18 +02:00
parent 75a6ad602f
commit 0fc4b415ac

View file

@ -1 +1 @@
complete -c grep -w rgrep
complete -c rgrep -w grep