diff --git a/rpi-update b/rpi-update index f47243b..fab3778 100755 --- a/rpi-update +++ b/rpi-update @@ -592,7 +592,7 @@ if [[ ! -f "${FW_REVFILE}" ]]; then else LOCAL_HASH=$(get_long_hash "$(cat "${FW_REVFILE}")") if [[ "${LOCAL_HASH}" == "${FW_REV}" ]]; then - echo " *** Your firmware is already up to date" + echo " *** Your firmware is already up to date (delete ${FW_REVFILE} to force an update anyway)" exit 0 fi if [[ ${JUST_CHECK} -ne 0 ]]; then