Add broadcast to command list in help.

This commit is contained in:
Marco Vermeulen
2012-10-23 17:48:32 +01:00
parent 297451c457
commit cce759fa50

View File

@@ -11,7 +11,7 @@ function help {
echo ""
echo "Usage: gvm <command> <candidate> [version]"
echo ""
echo " command : install, uninstall, list, use, current, version, selfupdate or help"
echo " command : install, uninstall, list, use, current, version, selfupdate, broadcast or help"
echo " candidate : $CANDIDATES"
echo " version : optional, defaults to latest stable if not provided"
echo ""