diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-02-28 13:11:16 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-02-28 13:11:16 -0300 |
commit | 173bd5c76143bf1e298106314f1577a94773ed9d (patch) | |
tree | f5e3c95ede2dab79572f84a483a9a0f7a901bdd5 /lib | |
parent | 022dfee473c804af2f3bf01065a49250d2074db2 (diff) | |
download | hydra-173bd5c76143bf1e298106314f1577a94773ed9d.tar.gz hydra-173bd5c76143bf1e298106314f1577a94773ed9d.tar.bz2 |
Setting/syncing config and doc repositories
Diffstat (limited to 'lib')
-rw-r--r-- | lib/hydra/usage | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/hydra/usage b/lib/hydra/usage index 32acbb0..bb34eb8 100644 --- a/lib/hydra/usage +++ b/lib/hydra/usage @@ -10,8 +10,12 @@ function hydra_action_usage { echo "Usage: $NAME <command> [arguments]" fi + echo "" echo "Available commands:" ls $ACTIONS | sed -e 's/^/\t/' + + echo "" + echo "Available hydras: "`ls ~/.hydra/ -1 | grep -ve "^config$" | xargs` } # Hydra usage |