From 23012db921e014dc2c44d8ceec6397e0c14af074 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 15 Nov 2013 14:32:03 +0000 Subject: [PATCH] * util/grub-reboot.in (usage): Fix a typo. --- ChangeLog | 4 ++++ util/grub-reboot.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6d502f8fe..2b84f8994 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-11-15 Colin Watson + + * util/grub-reboot.in (usage): Fix a typo. + 2013-11-15 Vladimir Serbinenko Replace libgcc version of ctz with our own. diff --git a/util/grub-reboot.in b/util/grub-reboot.in index 71ebbdc6c..225fe5f21 100644 --- a/util/grub-reboot.in +++ b/util/grub-reboot.in @@ -54,7 +54,7 @@ usage () { gettext "MENU_ENTRY is a number, a menu item title or a menu item identifier. Please note that menu items in submenus or sub-submenus require specifying the submenu components and then the menu item component. The titles should be separated using the greater-than -character (>) with no extra spaces. Depending on your shell some characters including > may need escpaing. More information about this is available +character (>) with no extra spaces. Depending on your shell some characters including > may need escaping. More information about this is available in the GRUB Manual in the section about the 'default' command. "; echo echo gettext "Report bugs to ."; echo