diff options
author | Kay Sievers <kay@vrfy.org> | 2013-08-08 23:11:50 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-08-08 23:11:50 +0200 |
commit | 9ed40aec115853f91420dd43b103ef961eb8d04e (patch) | |
tree | a31158a74f3b92b4a2946fea77551349510460b0 /src | |
parent | b83d090971dbdccb0ce3f950ead91a282c86a8c0 (diff) |
version 3535
Diffstat (limited to 'src')
-rw-r--r-- | src/efi/gummiboot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/efi/gummiboot.c b/src/efi/gummiboot.c index cf3674e..43c9189 100644 --- a/src/efi/gummiboot.c +++ b/src/efi/gummiboot.c @@ -1040,6 +1040,7 @@ static BOOLEAN menu_run(Config *config, ConfigEntry **chosen_entry, CHAR16 *load case KEYPRESS(0, SCAN_F1, 0): case KEYPRESS(0, 0, 'h'): + case KEYPRESS(0, 0, '?'): status = StrDuplicate(L"(d)efault, (t/T)timeout, (e)dit, (v)ersion (Q)uit (P)rint (h)elp"); break; |