diff options
-rw-r--r-- | README | 4 | ||||
-rwxr-xr-x | keyringer | 2 |
2 files changed, 6 insertions, 0 deletions
@@ -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 ----------- @@ -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 |