From 26b6db5b78b01e50eaee048472d5d33d5a468c3c Mon Sep 17 00:00:00 2001 From: Dolan O'Toole Date: Mon, 4 Jun 2012 16:22:45 +0100 Subject: [PATCH] added help text for /showsplash --- windows.c | 1 + 1 file changed, 1 insertion(+) diff --git a/windows.c b/windows.c index 9c069e92..935d66b4 100644 --- a/windows.c +++ b/windows.c @@ -278,6 +278,7 @@ void cons_help(void) cons_show(""); cons_show("/beep : Enable/disable sound notification"); cons_show("/flash : Enable/disable screen flash notification"); + cons_show("/showsplash : Enable/disable splash logo on startup"); cons_show(""); cons_show("Status changes (msg is optional):"); cons_show("");