aboutsummaryrefslogtreecommitdiff
path: root/lib/hydra/usage
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-02-28 13:11:16 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-02-28 13:11:16 -0300
commit173bd5c76143bf1e298106314f1577a94773ed9d (patch)
treef5e3c95ede2dab79572f84a483a9a0f7a901bdd5 /lib/hydra/usage
parent022dfee473c804af2f3bf01065a49250d2074db2 (diff)
downloadhydra-173bd5c76143bf1e298106314f1577a94773ed9d.tar.gz
hydra-173bd5c76143bf1e298106314f1577a94773ed9d.tar.bz2
Setting/syncing config and doc repositories
Diffstat (limited to 'lib/hydra/usage')
-rw-r--r--lib/hydra/usage4
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