usage
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 12 May 2014 12:44:52 +0000 (14:44 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 12 May 2014 12:44:52 +0000 (14:44 +0200)
scripts/create-vm.sh

index 995e083..f8b0e57 100755 (executable)
@@ -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"