From 60e0c97b13de9fe60b1874f2ef1fc8eda4ba8840 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 20 Nov 2010 10:58:41 -0200 Subject: Listing subcommands and TODO update --- README | 4 ++++ keyringer | 2 ++ 2 files changed, 6 insertions(+) diff --git a/README b/README index b4ade4b..300a8c7 100644 --- a/README +++ b/README @@ -230,6 +230,10 @@ There are lots of things that can be enhanced, like: - Encrypted and signed configuration files such as "recipients" and "options". + - Leave key labels out of recipients file. + + - List available subommands. + Development ----------- 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 [arguments]\n" "$BASENAME" + printf "Available commands: \n" + ls $ACTIONS | sed -e 's/^/\t/' exit 1 fi -- cgit v1.2.3