]> git.ozlabs.org Git - petitboot/blob - ui/ncurses/nc-add-url-help.c
ui/ncurses: Add support for 'add-url' action
[petitboot] / ui / ncurses / nc-add-url-help.c
1 #include "nc-helpscreen.h"
2
3 struct help_text add_url_help_text = define_help_text("\
4 Supply a valid URL here to retrieve a remote boot config file, \
5 (eg: petitboot.conf) and parse it.\n\
6 \n\
7 URLs are of the form 'scheme://host/path/to/petitboot.conf', \
8 such as tftp://host/petitboot.conf or http://host/petitboot.conf");