no message
parent
87e76c75a3
commit
673fa71904
|
@ -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");;
|
||||||
|
|
Loading…
Reference in New Issue