From 673fa7190447aa7748cbe0ab02dc84356d1fdf21 Mon Sep 17 00:00:00 2001 From: Brielle Bruns Date: Thu, 19 Apr 2018 11:50:40 -0600 Subject: [PATCH] no message --- virt-install-cloud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virt-install-cloud.sh b/virt-install-cloud.sh index 45985b0..63f737f 100755 --- a/virt-install-cloud.sh +++ b/virt-install-cloud.sh @@ -37,7 +37,7 @@ usage() { echo -e "\t-o OS type and variant (default: generic:generic - also set by distro option when available)" } -while getopts "hcr:s:n:d:iob" opt; do +while getopts "cr:s:n:d:iob:h" opt; do case $opt in c) cpucount=("$OPTARG");; r) ram=("$OPTARG");;