From 1f62a4517d5323dc50aae53ab96912a226a06541 Mon Sep 17 00:00:00 2001 From: gryf Date: Thu, 1 Dec 2022 17:52:01 +0100 Subject: [PATCH] Removed unused opts --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 508594a..bbac9c7 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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"