aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorricola <ricola@poivron.org>2012-10-19 22:10:45 +0200
committerricola <ricola@poivron.org>2012-10-19 22:10:45 +0200
commit4021aaae184b97c1971f51baf6f90ea765338159 (patch)
treef2a8da9ed0999e9bade05840d8399b9bde1666e0 /share
parentf55d13ca7d9c499d34a977b58ed50df18b04b864 (diff)
downloadkeyringer-4021aaae184b97c1971f51baf6f90ea765338159.tar.gz
keyringer-4021aaae184b97c1971f51baf6f90ea765338159.tar.bz2
Add usage to the 'preferences' action
Diffstat (limited to 'share')
-rwxr-xr-xshare/keyringer/preferences4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/keyringer/preferences b/share/keyringer/preferences
index 65b38f3..1e8ad14 100755
--- a/share/keyringer/preferences
+++ b/share/keyringer/preferences
@@ -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