summaryrefslogtreecommitdiffstats
path: root/wtf
diff options
context:
space:
mode:
authorsoren <soren@NetBSD.org>2000-11-21 00:18:52 +0000
committersoren <soren@NetBSD.org>2000-11-21 00:18:52 +0000
commit66d4d799aade7b7ff6fc926728e2024a2269b6c8 (patch)
tree4706ffdadc10ea74f0c8e1dac99b8edadf9afee4 /wtf
parentea6846da112330755a44fcd886f7bf3d190baa57 (diff)
downloadbsdgames-darwin-66d4d799aade7b7ff6fc926728e2024a2269b6c8.tar.gz
bsdgames-darwin-66d4d799aade7b7ff6fc926728e2024a2269b6c8.tar.zst
bsdgames-darwin-66d4d799aade7b7ff6fc926728e2024a2269b6c8.zip
Just print basename in usage string.
Diffstat (limited to 'wtf')
-rw-r--r--wtf/wtf4
1 files changed, 2 insertions, 2 deletions
diff --git a/wtf/wtf b/wtf/wtf
index ff8a12c3..b02ef364 100644
--- a/wtf/wtf
+++ b/wtf/wtf
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: wtf,v 1.6 1999/11/15 19:14:01 hubertf Exp $
+# $NetBSD: wtf,v 1.7 2000/11/21 00:18:52 soren Exp $
#
# Public domain
#
@@ -12,7 +12,7 @@ if [ X"$1" = X"is" ] ; then
fi
if [ $# -lt 1 ] ; then
- echo "Usage: $0 [is] <acronym>"
+ echo "Usage: `basename $0` [is] <acronym>"
fi
rv=0