X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ui%2Fncurses%2Fnc-boot-editor.c;h=329699ab8ebdb6842369d9ad680cacf8e145907a;hb=5a604632c54671d65ccb3398a928c0c38c5f13ad;hp=432a92a7e2f2205d35aa39d2327c2802d30da4a6;hpb=4051815230f443ac4b052a4cf0f55a951e3f88c8;p=petitboot diff --git a/ui/ncurses/nc-boot-editor.c b/ui/ncurses/nc-boot-editor.c index 432a92a..329699a 100644 --- a/ui/ncurses/nc-boot-editor.c +++ b/ui/ncurses/nc-boot-editor.c @@ -538,7 +538,7 @@ struct boot_editor *boot_editor_init(struct cui *cui, "Petitboot Option Editor"); boot_editor->scr.frame.rtitle = NULL; boot_editor->scr.frame.help = talloc_strdup(boot_editor, - "Enter=accept"); + "tab=next, shift+tab=previous, x=exit, h=help"); nc_scr_frame_draw(&boot_editor->scr); if (item) {