]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub-reboot.in: Document submenu usage.
authorPaul Wise <pabs3@bonedaddy.net>
Thu, 11 Jul 2013 11:18:43 +0000 (13:18 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 11 Jul 2013 11:18:43 +0000 (13:18 +0200)
Also-By: Craig Sanders <savannah@taz.net.au>
ChangeLog
util/grub-reboot.in

index 9e35eab310f3ba6227c3b8ccbd8bc876b080e230..817582706dc7aacbf6cdf69f0a7d733360ae27d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index d132e4f30b0e5b1b6223765470056c70cbf79171..f0d93617c2ca21fed15b0df4912392f382a5e001 100644 (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
 }