2014-04-06 - Silvio Rhatto <rhatto@riseup.net>
+ Fix usage message inside keyringer shell.
+
Fix recryption error when using gpg-agent in text mode (#55)
Be more verbose on recrypt errors
local keyrings="$(ls --color=never `dirname $CONFIG` | sed -e 's/config//' | xargs)"
printf "Keyringer $KEYRINGER_VERSION\n"
- printf "Usage: %s <keyring> <action> [arguments]\n\n" "$BASENAME"
+ printf "Usage: keyringer <keyring> <action> [arguments]\n\n"
# Display only when not in a keyring context
if [ ! -z "$keyrings" ] && [ -z "$1" ]; then