* util/grub-reboot.in: Document submenu usage.

Also-By: Craig Sanders <savannah@taz.net.au>
This commit is contained in:
Paul Wise 2013-07-11 13:18:43 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent a9e5abee0f
commit eb272d84a4
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-06-21 Paul Wise <pabs3@bonedaddy.net>
2013-06-21 Craig Sanders <savannah@taz.net.au>
* util/grub-reboot.in: Document submenu usage.
2013-06-25 Colin Watson <cjwatson@ubuntu.com>
* .bzrignore: Update with a number of new test-related files.

View File

@ -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 <bug-grub@gnu.org>."; echo
}