X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fncurses%2Fgeneric-main-help.c;h=ac690c500aa824ed1b74064570ab9bbbfb3759b1;hp=d3c566248d74a2db397eb4c47cbb793e9c2d4f3a;hb=4e30f260106ac5f7007e213db1d1e54298393290;hpb=494988c501287e03da3becba5c03cbce7c3d9d20 diff --git a/ui/ncurses/generic-main-help.c b/ui/ncurses/generic-main-help.c index d3c5662..ac690c5 100644 --- a/ui/ncurses/generic-main-help.c +++ b/ui/ncurses/generic-main-help.c @@ -1,5 +1,7 @@ -const char *main_menu_help_text = +#include "nc-helpscreen.h" + +struct help_text main_menu_help_text = define_help_text( "From the main menu screen, select a boot option. The options displayed are \ available on the system and the network.\n\ \n\ @@ -14,4 +16,5 @@ network interface, type I (information).\n\ \n\ To make changes to the system configuration, type C (configure).\n\ \n\ -To close the Petitboot interface, type X (exit).\n"; +To close the Petitboot interface, type X (exit).\n" +);