]> git.ozlabs.org Git - petitboot/blobdiff - ui/ncurses/generic-main.c
lib/pb-config: Implement config_set
[petitboot] / ui / ncurses / generic-main.c
index d9fd7d2d0415349d05c89a766a15d7e9c17a2449..49a96cb0037f108a7e5b76228877638b04520ab4 100644 (file)
@@ -149,7 +149,7 @@ static struct pmenu *pb_mm_init(struct pb_cui *pb_cui)
                "Petitboot (" PACKAGE_VERSION ")");
        m->scr.frame.rtitle = NULL;
        m->scr.frame.help = talloc_strdup(m,
-               "ESC=exit, Enter=accept, e=edit, n=new");
+               "Enter=accept, e=edit, n=new, x=exit");
        m->scr.frame.status = talloc_strdup(m, "Welcome to Petitboot");
 
        i = pmenu_item_init(m, 0, "Exit to Shell");