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");;