oops
[infrastructure.git] / scripts / create-vm.sh
index f8b0e57..eefd236 100755 (executable)
@@ -40,7 +40,7 @@ function usage () {
 }
 
 # using HOSTNAME won't work as this is already set in environment
-while getopts "cf:i:m:n:h" flag; do
+while getopts "cf:i:m:n:sh" flag; do
     case $flag in
        c) CONFIRM=true ;;
        f) DISTRO=$OPTARG ;;