summaryrefslogtreecommitdiffstats
path: root/ui/ncurses/nc-add-url-help.c
blob: cc78fd01ee234d7105cad94b54ffdfb3f95dd82c (plain)
1
2
3
4
5
6
7
8
#include "nc-helpscreen.h"

struct help_text add_url_help_text = define_help_text("\
Supply a valid URL here to retrieve a remote boot config file, \
(eg: petitboot.conf) and parse it.\n\
\n\
URLs are of the form 'scheme://host/path/to/petitboot.conf', \
such as tftp://host/petitboot.conf or http://host/petitboot.conf");
OpenPOWER on IntegriCloud