X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fncurses%2Fnc-plugin-help.c;fp=ui%2Fncurses%2Fnc-plugin-help.c;h=4af3e105d2409efb3e8846142fef8cd93165a986;hp=0000000000000000000000000000000000000000;hb=5b3dd56d982629349e612b9e984e65dec09b438f;hpb=d90efe9e2bbfb18ee05ec2032b5723dbfa902d82 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.");