From 4d06541d391eb58f746b7921c97ac16c043062e3 Mon Sep 17 00:00:00 2001 From: Jon Feldman Date: Sun, 5 Feb 2017 04:05:51 -0500 Subject: [PATCH] Update help for silent mode; behavior has changed --- boot/menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/menu.c b/boot/menu.c index 1743665..db346ee 100644 --- a/boot/menu.c +++ b/boot/menu.c @@ -66,7 +66,7 @@ static struct options_s options[] = { "Boot the system automatically, unless the R key is held while booting.", option, (void*)OPTION_AUTOBOOT, toggle_opt, get_opt, 0, 0 }, { "Silent mode", - "Suppress all debug output during autoboot. You'll see the screen turn on and then off once.", + "Suppress all debug output during autoboot. If backgrounds are present, they will be shown briefly, otherwise the screen will remain off.", option, (void*)OPTION_SILENCE, toggle_opt, get_opt, 1, 0 }, { "Dim Background", -- 2.39.5