Corregir la petición de una variable en la ayuda

Signed-off-by: somebody_master <somebody_master@somebodyserver.mooo.com>
This commit is contained in:
Somebody Master 2023-02-12 14:03:31 +01:00
parent 14b05461ae
commit 8c832f06d7
Signed by: somebody_master
GPG Key ID: 78315CFDF0B25505

View File

@ -25,7 +25,7 @@ function build_db() {
cd ..
}
while getopts "bdh:" flag; do
while getopts "bdh" flag; do
case "$flag" in
d) build_db ;;
b) build ;;