Merge pull request #131 from dsyer/feature/helpcandidates

Remove hard coded list of candidates from gvm-help
This commit is contained in:
Marco Vermeulen
2013-02-09 10:39:10 -08:00

View File

@@ -21,7 +21,7 @@ function __gvmtool_help {
echo "Usage: gvm <command> <candidate> [version]"
echo ""
echo " command : install, uninstall, list, use, current, version, default, selfupdate, broadcast or help"
echo " candidate : groovy, grails, griffon, gradle, vertx"
echo " candidate : $(echo "${GVM_CANDIDATES[@]:-${GVM_CANDIDATES_DEFAULT[@]}}" | sed -E 's/ /, /g')"
echo " version : optional, defaults to latest stable if not provided"
echo ""
echo "eg: gvm install groovy"