]> Chaos Git - corbenik/corbenik.git/commitdiff
Update help for silent mode; behavior has changed
authorJon Feldman <chaos.kagami@gmail.com>
Sun, 5 Feb 2017 09:05:51 +0000 (04:05 -0500)
committerJon Feldman <chaos.kagami@gmail.com>
Sun, 5 Feb 2017 09:05:51 +0000 (04:05 -0500)
boot/menu.c

index 174366525a5c155558d8ce4e51a37cced9dc0cd2..db346ee9f02f4f223eeaae6162e7347871673313 100644 (file)
@@ -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",