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