scripts: Fix broken message
[platform/kernel/u-boot.git] / scripts / tizen / sd_fusing_rpi4.sh
index 5dc8149..3e2c448 100755 (executable)
@@ -442,7 +442,7 @@ function check_partition_format () {
 
 function check_args () {
        if [ "$DEVICE" == "" ]; then
-               echo -n "$(tput setaf 3)$(tput bold)$DEVICE will be formatted, Is it OK? [y/<n>] "
+               echo "$(tput setaf 1)$(tput bold)- Device node is empty!"
                show_usage
                tput sgr 0
                exit 0