diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-07-11 16:47:25 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-07-11 16:47:25 -0300 |
commit | 3fc6dc9f42e5387039c1eb6ff62767c4509c30e9 (patch) | |
tree | 04a2201f6001f71e8084fe1f1df32101636a526e /share | |
parent | 8da5023df4b4e3ec55bf52b4377920a8ece941e2 (diff) | |
download | keyringer-3fc6dc9f42e5387039c1eb6ff62767c4509c30e9.tar.gz keyringer-3fc6dc9f42e5387039c1eb6ff62767c4509c30e9.tar.bz2 |
Cleanup
Diffstat (limited to 'share')
-rwxr-xr-x | share/keyringer/usage | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/share/keyringer/usage b/share/keyringer/usage index 54cbea6..a4602ac 100755 --- a/share/keyringer/usage +++ b/share/keyringer/usage @@ -7,6 +7,4 @@ LIB="`dirname $0`/../../lib/keyringer/functions" source "$LIB" || exit 1 -printf "Usage: %s <keyring> <action> [arguments]\n" "$BASENAME" -printf "Available commands: \n" -ls $ACTIONS | sed -e 's/^/\t/' +keyringer_usage |