From: Jon Feldman Date: Sun, 5 Feb 2017 09:05:51 +0000 (-0500) Subject: Update help for silent mode; behavior has changed X-Git-Tag: v0.3.1~16 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=4d06541d391eb58f746b7921c97ac16c043062e3;p=corbenik%2Fcorbenik.git Update help for silent mode; behavior has changed --- 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",