From a2acfb50381c5173d17dec3685907fe49e4acb7d Mon Sep 17 00:00:00 2001 From: Pranav Salunke Date: Mon, 17 Nov 2014 20:18:39 +0100 Subject: [PATCH] Makes osbash help menu a bit more better Adds better text to the help menu for osbash. Change-Id: I443cbd1276c98c15dc3bd90b0ad769a169a6a32c --- labs/osbash.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/labs/osbash.sh b/labs/osbash.sh index 58abecb5..4b19a7ac 100755 --- a/labs/osbash.sh +++ b/labs/osbash.sh @@ -28,13 +28,14 @@ function usage { echo "-n Print configuration status and exit" echo "-b Build basedisk (if necessary) and node VMs (if any)" echo "-w Create Windows batch files" - echo "-g GUI VirtualBox GUI type during build" + echo "-g GUI GUI type during build" echo "-e EXPORT Export node VMs" echo "" echo "basedisk Build configured basedisk" echo "NODE Build controller, compute, network, cluster [all three]" echo " (builds basedisk if necessary)" echo "GUI gui, sdl, or headless" + echo " (choose GUI type for VirtualBox)" echo "EXPORT ova (OVA package file) or dir (VM clone directory)" exit }