Skip to content

Commit

Permalink
Remove hard coded list of candidates from gvm-help
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyer committed Feb 8, 2013
1 parent 76ff6f5 commit 6ff47f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/scripts/gvm-help.sh
Expand Up @@ -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"
Expand Down

0 comments on commit 6ff47f5

Please sign in to comment.