1
0
mirror of https://github.com/gryf/vmstrap.git synced 2025-12-18 12:00:31 +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 # react on -h or --help
while getopts ":heicbdgvxsauzr" optchar; do while getopts ":hc" optchar; do
case "${optchar}" in case "${optchar}" in
h) h)
_showusage "$0" _showusage "$0"