base-files: make press key message more explicit in preinit
[openwrt/openwrt.git] / package / base-files / files / lib / preinit / 30_failsafe_wait
index 30173c515e448721c3d6498c59d55248c355f4fc..04dc57df20cbe2f04418e4dd892d8d22436e912e 100644 (file)
@@ -39,7 +39,7 @@ fs_wait_for_key () {
        rm -f $keypress_wait
     } &
 
-    echo "Press $1<ENTER> $2"
+    echo "Press the [$1] key and hit [enter] $2"
     # if we're on the console we wait for input
     { 
        while [ -r $keypress_wait ]; do