Fix errors in help text.

This commit is contained in:
Marco Vermeulen
2013-06-26 22:17:48 +01:00
parent 13b1ff638c
commit 0e99db2a45

View File

@@ -22,12 +22,12 @@ function __gvmtool_help {
echo " gvm offline <enable|disable>"
echo ""
echo " commands:"
echo " install or i [candidate] [version]"
echo " uninstall or rm [candidate] <version>"
echo " list or ls [candidate]"
echo " use or u [candidate] <version>"
echo " default or d [candidate] <version>"
echo " current or c <candidate>"
echo " install or i <candidate> [version]"
echo " uninstall or rm <candidate> <version>"
echo " list or ls <candidate>"
echo " use or u <candidate> [version]"
echo " default or d <candidate> [version]"
echo " current or c [candidate]"
echo " version or v"
echo " broadcast or b"
echo " help or h"