no message

master
Brie Bruns 2018-04-19 11:50:40 -06:00
parent 87e76c75a3
commit 673fa71904
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ usage() {
echo -e "\t-o OS type and variant (default: generic:generic - also set by distro option when available)" 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 case $opt in
c) cpucount=("$OPTARG");; c) cpucount=("$OPTARG");;
r) ram=("$OPTARG");; r) ram=("$OPTARG");;