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:
parent
14b05461ae
commit
8c832f06d7
@ -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 ;;
|
||||
|
Loading…
Reference in New Issue
Block a user