summaryrefslogtreecommitdiff
path: root/rc/bin/ape/grep
diff options
context:
space:
mode:
authorqwx <qwx@sciops.net>2022-05-10 20:47:26 +0000
committerqwx <qwx@sciops.net>2022-05-10 20:47:26 +0000
commit3cf83fa259b70ab6289b9106c04da7c27d4b34d1 (patch)
treed3e2acb1b834b3e5358de30436a4a8f37c0ac57a /rc/bin/ape/grep
parent6ca8e6bbafcc871301a90aa7bd4ca10533b1999a (diff)
/rc/bin: amend usage misdirections (thanks umbraticus)
Diffstat (limited to 'rc/bin/ape/grep')
-rwxr-xr-xrc/bin/ape/grep2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/ape/grep b/rc/bin/ape/grep
index a16f28bf8..c67d3f70d 100755
--- a/rc/bin/ape/grep
+++ b/rc/bin/ape/grep
@@ -12,7 +12,7 @@ while(! ~ $#* 0){
case -q
opts=($opts -s)
case -*
- echo $argv0 $1 not supported >[2=1]
+ echo $argv0 $1 not supported >[1=2]
exit 'not supported'
case *
files=($files $1)