@ -24,7 +24,7 @@ if [[ $USER != "root" ]]; then
echo "This script must be run as root!" && exit 1
fi
while getopts "cr:s:n:d:iob" opt; do
while getopts "hcr:s:n:d:iob" opt; do
case $opt in
c) cpucount=("$OPTARG");;
r) ram=("$OPTARG");;