aboutsummaryrefslogtreecommitdiff
path: root/share/keyringer/del
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-01-07 23:58:33 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-01-07 23:58:33 -0200
commit7f8e09ad3c33db3ec20f9714c45fbc4397762d88 (patch)
tree3042c533370f54ff7e0f71938b6d3220b2f03b26 /share/keyringer/del
parenta31b634f7ec127b45142dfe786a32b73055324ac (diff)
downloadkeyringer-7f8e09ad3c33db3ec20f9714c45fbc4397762d88.tar.gz
keyringer-7f8e09ad3c33db3ec20f9714c45fbc4397762d88.tar.bz2
Usage fix
Diffstat (limited to 'share/keyringer/del')
-rwxr-xr-xshare/keyringer/del2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/keyringer/del b/share/keyringer/del
index cc6ad4e..c53143a 100755
--- a/share/keyringer/del
+++ b/share/keyringer/del
@@ -15,7 +15,7 @@ BASENAME="`basename $0`"
# Setup
if [ -z "$FILE" ]; then
- echo "Usage: `basename $0` <basedir> <file>"
+ echo "Usage: keyringer `basename $0` <file>"
exit 1
elif [ ! -f "$KEYDIR/$FILE" ]; then
echo "File not found: $KEYDIR/$FILE"