X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fncurses%2Fnc-boot-editor.c;h=329699ab8ebdb6842369d9ad680cacf8e145907a;hp=432a92a7e2f2205d35aa39d2327c2802d30da4a6;hb=a1fb38f17bfa60aac89d0dd21dd8ccc739d794bf;hpb=4051815230f443ac4b052a4cf0f55a951e3f88c8 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) {