X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fncurses%2Fnc-add-url-help.c;h=05d3c897c335180a8ec9f48b69435b4da721384f;hp=cc78fd01ee234d7105cad94b54ffdfb3f95dd82c;hb=af51ccb8b8664eb9462aa4a6e7e2a9f52430647f;hpb=254c2c4233377ba71d0f1c96a77d885c91f9ad4a diff --git a/ui/ncurses/nc-add-url-help.c b/ui/ncurses/nc-add-url-help.c index cc78fd0..05d3c89 100644 --- a/ui/ncurses/nc-add-url-help.c +++ b/ui/ncurses/nc-add-url-help.c @@ -1,8 +1,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\ +Supply a valid URL here to retrieve a remote pxe-boot config file and parse it.\ \n\ -URLs are of the form 'scheme://host/path/to/petitboot.conf', \ -such as tftp://host/petitboot.conf or http://host/petitboot.conf"); +\n\ +URLs are of the form 'scheme://host/path/to/pxeconffile', \ +such as tftp://host/pxeconffile or http://host/pxeconffile");