summaryrefslogtreecommitdiffstats
path: root/ui/ncurses/nc-plugin-help.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/ncurses/nc-plugin-help.c')
-rw-r--r--ui/ncurses/nc-plugin-help.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/ui/ncurses/nc-plugin-help.c b/ui/ncurses/nc-plugin-help.c
new file mode 100644
index 0000000..4af3e10
--- /dev/null
+++ b/ui/ncurses/nc-plugin-help.c
@@ -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.");
OpenPOWER on IntegriCloud