aboutsummaryrefslogtreecommitdiff
path: root/keyringer
diff options
context:
space:
mode:
Diffstat (limited to 'keyringer')
-rwxr-xr-xkeyringer2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyringer b/keyringer
index 38ba80b..d057975 100755
--- a/keyringer
+++ b/keyringer
@@ -142,6 +142,8 @@ 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/'
exit 1
fi