From 251c63ddb93c29b5ea0c761f4af2b51909a4a761 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 28 Aug 2016 13:23:24 +0100 Subject: [PATCH] now says "CTRL+b" then "d" to reduce confusion --- lgsm/functions/command_console.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/command_console.sh b/lgsm/functions/command_console.sh index dbd8a58f9..ee79624a6 100644 --- a/lgsm/functions/command_console.sh +++ b/lgsm/functions/command_console.sh @@ -13,7 +13,7 @@ echo "" echo "${gamename} Console" echo "=================================" echo "" -echo "Press \"CTRL+b d\" to exit console." +echo "Press \"CTRL+b\" then \"d\" to exit console." fn_print_warning_nl "Do NOT press CTRL+c to exit." echo "" while true; do