X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ui%2Fncurses%2Fnc-plugin-menu-help.c;fp=ui%2Fncurses%2Fnc-plugin-menu-help.c;h=3281e333b1f79600c8ed444c90ea3747830f3430;hb=5b3dd56d982629349e612b9e984e65dec09b438f;hp=0000000000000000000000000000000000000000;hpb=d90efe9e2bbfb18ee05ec2032b5723dbfa902d82;p=petitboot diff --git a/ui/ncurses/nc-plugin-menu-help.c b/ui/ncurses/nc-plugin-menu-help.c new file mode 100644 index 0000000..3281e33 --- /dev/null +++ b/ui/ncurses/nc-plugin-menu-help.c @@ -0,0 +1,7 @@ +#include "nc-helpscreen.h" + +struct help_text plugin_menu_help_text = define_help_text("\ +Plugins discovered by Petitboot are listed in this menu.\n" +"Press Enter to install the selected plugin. Once installed the plugin details \ +can be seen by pressing 'e'. From the detailed view plugin commands can also \ +be run.");