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