From: Thierry Parmentelat Date: Mon, 12 May 2014 12:44:52 +0000 (+0200) Subject: usage X-Git-Url: http://git.onelab.eu/?p=infrastructure.git;a=commitdiff_plain;h=67525894a7d00aaf6055e625930f5d29268eed4d usage --- diff --git a/scripts/create-vm.sh b/scripts/create-vm.sh index 995e083..f8b0e57 100755 --- a/scripts/create-vm.sh +++ b/scripts/create-vm.sh @@ -21,7 +21,7 @@ DEFAULT_DISTRO=f20 CONFIRM= function usage () { message="$@" - echo "usage : $COMMAND [-c] [-f distro] [-i image] [ -m memory ] [ -n hostname ] container" + echo "usage : $COMMAND [-c] [-f distro] [-i image] [ -m memory ] [ -n hostname ] [-s] container" echo " -c : confirm, will show the command and prompt for confirmation " echo " -f : set distro, default is $DEFAULT_DISTRO" echo " -i : if specified, image is rsynced into /vservers"