]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Add usage to the 'preferences' action
authorricola <ricola@poivron.org>
Fri, 19 Oct 2012 20:10:45 +0000 (22:10 +0200)
committerricola <ricola@poivron.org>
Fri, 19 Oct 2012 20:10:45 +0000 (22:10 +0200)
share/keyringer/preferences

index 65b38f3f3e8fc3880f541abd252285a7453c52e9..1e8ad14a88d8681d05483d7adfe36f71d2715101 100755 (executable)
@@ -11,6 +11,10 @@ COMMAND="$2"
 
 if [ -z "$COMMAND" ]; then
   echo "Usage: keyringer <keyring> $ACTION <command> [arguments]"
+  echo "Available commands:"
+  echo "       ls"
+  echo "       edit"
+  echo "       add"
   exit 1
 fi