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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user