diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/efi/gummiboot.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 26e02d0..ca5a383 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # along with systemd; If not, see <http://www.gnu.org/licenses/>. AC_INIT([gummiboot], - [34], + [35], [systemd-devel@lists.freedesktop.org], [gummiboot], [http://freedesktop.org/wiki/Software/gummiboot]) 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; |