blob: 05d3c897c335180a8ec9f48b69435b4da721384f (
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 pxe-boot config file and parse it.\
\n\
\n\
URLs are of the form 'scheme://host/path/to/pxeconffile', \
such as tftp://host/pxeconffile or http://host/pxeconffile");
|