diff options
Diffstat (limited to 'scripts/splash.sh')
-rw-r--r-- | scripts/splash.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/splash.sh b/scripts/splash.sh index 5bb4bb4..d200b12 100644 --- a/scripts/splash.sh +++ b/scripts/splash.sh @@ -184,7 +184,7 @@ if [ "$progress" == 1 -o "$1" == "start" ]; then _boot=$TEXT if [ "$text_x" != "" -a "$text_y" != "" \ -a "$text_color" != "" -a "$text_size" != "" -a "$_silent" == "yes" ]; then - gprintf "Press F2 for verbose mode." + gprintf "Press Esc for verbose mode." fbtruetype.static -x $text_x -y $text_y -t $text_color -s $text_size \ $custom_font "$_boot $TEXT" fi |