version 35 35
authorKay Sievers <kay@vrfy.org>
Thu, 8 Aug 2013 21:11:50 +0000 (23:11 +0200)
committerKay Sievers <kay@vrfy.org>
Thu, 8 Aug 2013 21:11:50 +0000 (23:11 +0200)
configure.ac
src/efi/gummiboot.c

index 26e02d0..ca5a383 100644 (file)
@@ -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])
index cf3674e..43c9189 100644 (file)
@@ -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;