aboutsummaryrefslogtreecommitdiff
path: root/keyringer
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-07-11 16:44:20 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-07-11 16:44:20 -0300
commit8da5023df4b4e3ec55bf52b4377920a8ece941e2 (patch)
tree95cf758e3366f9a2edc549bb8905e4c40c92693d /keyringer
parent50e14d3d46f880519a6b258528c65ccd2caf02cc (diff)
downloadkeyringer-8da5023df4b4e3ec55bf52b4377920a8ece941e2.tar.gz
keyringer-8da5023df4b4e3ec55bf52b4377920a8ece941e2.tar.bz2
Better usage handling
Diffstat (limited to 'keyringer')
-rwxr-xr-xkeyringer4
1 files changed, 1 insertions, 3 deletions
diff --git a/keyringer b/keyringer
index 0f6372c..934f600 100755
--- a/keyringer
+++ b/keyringer
@@ -141,9 +141,7 @@ source "$LIB" || exit 1
keyringer_config_load
if [ -z "$ACTION" ]; then
- printf "Usage: %s <keyring> <action> [arguments]\n" "$BASENAME"
- printf "Available commands: \n"
- ls $ACTIONS | sed -e 's/^/\t/'
+ keyringer_usage
exit 1
fi