diff options
author | Johnny <johnny.cl.chang@foxconn.com> | 2016-03-02 15:52:22 +0800 |
---|---|---|
committer | Johnny <johnny.cl.chang@foxconn.com> | 2016-03-02 16:11:54 +0800 |
commit | 827f09ff5864d80eef911fb235bfc3c0cbc90037 (patch) | |
tree | d6b94cef07dddc951275ad4bd305f50e9b5bddaf /ui/ncurses | |
parent | 72928ed32ab3684be74e4a3b90329dee7cfa6bbb (diff) | |
download | talos-petitboot-827f09ff5864d80eef911fb235bfc3c0cbc90037.tar.gz talos-petitboot-827f09ff5864d80eef911fb235bfc3c0cbc90037.zip |
Remove "h=help" hint in language page
Signed-off-by: Johnny <johnny.cl.chang@foxconn.com>
Diffstat (limited to 'ui/ncurses')
-rw-r--r-- | ui/ncurses/nc-lang.c | 2 |
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); |