diff --git a/scripts/reboot b/scripts/reboot index 3b4717a17c..044334af3e 100755 --- a/scripts/reboot +++ b/scripts/reboot @@ -178,7 +178,7 @@ function check_conflict_boot_in_fw_update() function parse_options() { - while getopts "h?v" opt; do + while getopts "h?vf" opt; do case ${opt} in h|\? ) show_help_and_exit