1
0
mirror of https://github.com/gryf/vmstrap.git synced 2025-12-18 20:10:28 +01:00

Removed unused opts

This commit is contained in:
2022-12-01 17:52:01 +01:00
parent 1ffb3723a3
commit 1f62a4517d

View File

@@ -357,7 +357,7 @@ function main {
}
# react on -h or --help
while getopts ":heicbdgvxsauzr" optchar; do
while getopts ":hc" optchar; do
case "${optchar}" in
h)
_showusage "$0"