Update vmcreate1.sh

This commit is contained in:
2025-10-22 19:10:25 +00:00
parent 4a28db8738
commit fa7e266bbb

View File

@@ -33,7 +33,7 @@ while getopts "a:f:h" opt; do
a) haadd=true ;;
f) file="$OPTARG" ;;
h) show_help ; exit 0;;
*) noargs
*) noargs=true
esac
done