aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-11-20 10:58:41 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-11-20 10:58:41 -0200
commit60e0c97b13de9fe60b1874f2ef1fc8eda4ba8840 (patch)
tree9a1402812ad8ae322736955ecf954e7fbd2857cc
parent27df78545696ec4e7d2d4da968c8140476af41fd (diff)
downloadkeyringer-60e0c97b13de9fe60b1874f2ef1fc8eda4ba8840.tar.gz
keyringer-60e0c97b13de9fe60b1874f2ef1fc8eda4ba8840.tar.bz2
Listing subcommands and TODO update
-rw-r--r--README4
-rwxr-xr-xkeyringer2
2 files changed, 6 insertions, 0 deletions
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 <keyring> <action> [arguments]\n" "$BASENAME"
+ printf "Available commands: \n"
+ ls $ACTIONS | sed -e 's/^/\t/'
exit 1
fi