aboutsummaryrefslogtreecommitdiff
path: root/share/keyringer/genpair
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/genpair
parenta31b634f7ec127b45142dfe786a32b73055324ac (diff)
downloadkeyringer-7f8e09ad3c33db3ec20f9714c45fbc4397762d88.tar.gz
keyringer-7f8e09ad3c33db3ec20f9714c45fbc4397762d88.tar.bz2
Usage fix
Diffstat (limited to 'share/keyringer/genpair')
-rwxr-xr-xshare/keyringer/genpair2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/keyringer/genpair b/share/keyringer/genpair
index d2cba12..9d5ccd3 100755
--- a/share/keyringer/genpair
+++ b/share/keyringer/genpair
@@ -96,7 +96,7 @@ CWD="`pwd`"
# Verify
if [ -z "$NODE" ]; then
- echo "Usage: $BASENAME <keydir> <gpg|ssh|ssl> <file> <hostname>"
+ echo "Usage: keyringer $BASENAME <gpg|ssh|ssl> <file> <hostname>"
exit 1
elif [ ! -e "$KEYDIR" ]; then
echo "Folder not found: $KEYDIR, leaving"