From cce759fa507fe2aaf53454fd9ff292e5ca848cd5 Mon Sep 17 00:00:00 2001 From: Marco Vermeulen Date: Tue, 23 Oct 2012 17:48:32 +0100 Subject: [PATCH] Add broadcast to command list in help. --- srv/scripts/gvm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srv/scripts/gvm b/srv/scripts/gvm index df37f457..e327c7d2 100755 --- a/srv/scripts/gvm +++ b/srv/scripts/gvm @@ -11,7 +11,7 @@ function help { echo "" echo "Usage: gvm [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 ""