]> git.ozlabs.org Git - petitboot/blobdiff - ui/ncurses/nc-plugin-help.c
ui/ncurses: Add plugin menu and nc-plugin screen
[petitboot] / ui / ncurses / nc-plugin-help.c
diff --git a/ui/ncurses/nc-plugin-help.c b/ui/ncurses/nc-plugin-help.c
new file mode 100644 (file)
index 0000000..4af3e10
--- /dev/null
@@ -0,0 +1,7 @@
+#include "nc-helpscreen.h"
+
+struct help_text plugin_help_text = define_help_text("\
+This screen lists the details and available commands of an installed plugin.\n"
+"To run a plugin command choose it in the list and select the \"Run\" button. \
+The Petitboot UI will temporarily exit to run the command, then return to \
+this screen.");