From a68cae0b9d1b165eef07011011a163b906e0587c Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Fri, 13 Dec 2013 15:18:07 +0800 Subject: ui/ncurses: Add help to sysinfo screen Signed-off-by: Jeremy Kerr --- ui/ncurses/nc-sysinfo-help.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ui/ncurses/nc-sysinfo-help.c (limited to 'ui/ncurses/nc-sysinfo-help.c') diff --git a/ui/ncurses/nc-sysinfo-help.c b/ui/ncurses/nc-sysinfo-help.c new file mode 100644 index 0000000..22b470d --- /dev/null +++ b/ui/ncurses/nc-sysinfo-help.c @@ -0,0 +1,3 @@ +const char *sysinfo_help_text = "\ +This screen shows general information about the system, for use when \ +configuring boot behaviour.\n"; -- cgit v1.2.1