X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fncurses%2Fnc-boot-editor-help.c;h=4c0ba24dd0a7b137262ffdf13a421131e4056539;hp=3f0c7fbce354ae6dc9fa9b0f908f92ac8d88b56b;hb=4e30f260106ac5f7007e213db1d1e54298393290;hpb=4051815230f443ac4b052a4cf0f55a951e3f88c8 diff --git a/ui/ncurses/nc-boot-editor-help.c b/ui/ncurses/nc-boot-editor-help.c index 3f0c7fb..4c0ba24 100644 --- a/ui/ncurses/nc-boot-editor-help.c +++ b/ui/ncurses/nc-boot-editor-help.c @@ -1,4 +1,6 @@ -const char *boot_editor_help_text = "\ +#include "nc-helpscreen.h" + +struct help_text boot_editor_help_text = define_help_text("\ This screen allows you to edit or create boot options.\n\ \n\ Device: This is a list of block devices available on the system. Select \ @@ -21,4 +23,4 @@ Example: /boot/device-tree.dtb\n\ \n\ Boot arguments: enter the kernel command-line arguments. This is optional.\n\ Example: root=/dev/sda1 console=hvc0\n\ -\n"; +\n");