]> git.ozlabs.org Git - petitboot/blob - ui/ncurses/nc-plugin-help.c
discover/device-handler: Treat empty boot order as 'boot any'
[petitboot] / ui / ncurses / nc-plugin-help.c
1 #include "nc-helpscreen.h"
2
3 struct help_text plugin_help_text = define_help_text("\
4 This screen lists the details and available commands of an installed plugin.\n"
5 "To run a plugin command choose it in the list and select the \"Run\" button. \
6 The Petitboot UI will temporarily exit to run the command, then return to \
7 this screen.");