summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorSamuel Mendoza-Jonas <sam.mj@au1.ibm.com>2014-08-22 11:24:43 +1000
committerJeremy Kerr <jk@ozlabs.org>2014-08-25 09:30:31 +0800
commit76435cb23ccab4489fe59c2b5cdcd06ac9752c12 (patch)
treed117a24abf25e122d5baefb07807712dcc7877da /ui
parentaa92961a1c515aacc65bc2885b41760bca66f171 (diff)
downloadtalos-petitboot-76435cb23ccab4489fe59c2b5cdcd06ac9752c12.tar.gz
talos-petitboot-76435cb23ccab4489fe59c2b5cdcd06ac9752c12.zip
ui/ncurses: Update 'add-url' help message
We should make it clear that we're looking for a PXE-style config file. Signed-off-by: Samuel Mendoza-Jonas <sam.mj@au1.ibm.com> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'ui')
-rw-r--r--ui/ncurses/nc-add-url-help.c8
1 files changed, 4 insertions, 4 deletions
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");
OpenPOWER on IntegriCloud