summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Mendoza-Jonas <samjc.mj@gmail.com>2016-03-07 10:52:06 +1100
committerSam Mendoza-Jonas <samjc.mj@gmail.com>2016-03-07 10:52:06 +1100
commit23f5f7e3efac36e5bee73e4028e18bcf9cfdc562 (patch)
tree41e584feb198581dc4b731601673ac35addfba0f
parenta6bb8cc856f43730ee04f2bae7d974551560a420 (diff)
parent827f09ff5864d80eef911fb235bfc3c0cbc90037 (diff)
downloadtalos-petitboot-23f5f7e3efac36e5bee73e4028e18bcf9cfdc562.tar.gz
talos-petitboot-23f5f7e3efac36e5bee73e4028e18bcf9cfdc562.zip
Merge pull request #13 from johnhihi/master
Remove "h=help" hint in language page
-rw-r--r--ui/ncurses/nc-lang.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ncurses/nc-lang.c b/ui/ncurses/nc-lang.c
index 3d86659..7879c45 100644
--- a/ui/ncurses/nc-lang.c
+++ b/ui/ncurses/nc-lang.c
@@ -384,7 +384,7 @@ struct lang_screen *lang_screen_init(struct cui *cui,
_("Petitboot Language Selection"));
screen->scr.frame.rtitle = NULL;
screen->scr.frame.help = talloc_strdup(screen,
- _("tab=next, shift+tab=previous, x=exit, h=help"));
+ _("tab=next, shift+tab=previous, x=exit"));
nc_scr_frame_draw(&screen->scr);
scrollok(screen->scr.sub_ncw, true);
OpenPOWER on IntegriCloud