diff --git a/ChangeLog b/ChangeLog index 9e35eab31..817582706 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-06-21 Paul Wise +2013-06-21 Craig Sanders + + * util/grub-reboot.in: Document submenu usage. + 2013-06-25 Colin Watson * .bzrignore: Update with a number of new test-related files. diff --git a/util/grub-reboot.in b/util/grub-reboot.in index d132e4f30..f0d93617c 100644 --- a/util/grub-reboot.in +++ b/util/grub-reboot.in @@ -51,7 +51,11 @@ usage () { dirmsg="$(gettext_printf "expect GRUB images under the directory DIR/%s instead of the %s directory" "@grubdirname@" "$grubdir")" print_option_help "--boot-directory=$(gettext "DIR")" "$dirmsg" echo - gettext "MENU_ENTRY is a number, a menu item title or a menu item identifier."; echo + 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 +in the GRUB Manual in the section about the 'default' command. "; echo echo gettext "Report bugs to ."; echo }