]> git.ozlabs.org Git - petitboot/blobdiff - ui/ncurses/nc-plugin-menu-help.c
ui/ncurses: Add plugin menu and nc-plugin screen
[petitboot] / ui / ncurses / nc-plugin-menu-help.c
diff --git a/ui/ncurses/nc-plugin-menu-help.c b/ui/ncurses/nc-plugin-menu-help.c
new file mode 100644 (file)
index 0000000..3281e33
--- /dev/null
@@ -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.");