aboutsummaryrefslogtreecommitdiff
path: root/keyringer
diff options
context:
space:
mode:
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