aboutsummaryrefslogtreecommitdiff
path: root/share/keyringer/usage
blob: 54cbea612e30a75f3f34a038eb4767093d1c4232 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
#
# Show available commands
#

# Load functions
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/'