diff --git a/chip-local-flash.sh b/chip-local-flash.sh index 321e703..ccad884 100755 --- a/chip-local-flash.sh +++ b/chip-local-flash.sh @@ -16,7 +16,7 @@ DL_DIR=".dl" ############################################################## # main ############################################################## -while getopts "fdpnu:" opt; do +while getopts "fdphnu:" opt; do case $opt in f) echo "fastboot enabled"