]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub-reboot.in (usage): Mention id posibility.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 5 Mar 2012 00:19:42 +0000 (01:19 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 5 Mar 2012 00:19:42 +0000 (01:19 +0100)
* util/grub-set-default.in (usage): Likewise.

ChangeLog
util/grub-reboot.in
util/grub-set-default.in

index 60348fde1a0112f34e610572e6f6be7e3f411883..41613eec0c6eef2fbac3566f0520168fc9d2b863 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-03-04  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * util/grub-reboot.in (usage): Mention id posibility.
+       * util/grub-set-default.in (usage): Likewise.
+
 2012-03-04  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * include/grub/misc.h (ALIGN_UP_OVERHEAD): New define.
index 352716e38e72bb645d8acb547bceaea85bd2fafc..87d77724eca028d0cc3369d5ccd20d62a88fbb1c 100644 (file)
@@ -53,7 +53,7 @@ usage () {
     dirmsg="$(gettext_printf "expect GRUB images under the directory DIR/%s instead of the %s directory" "@grubdirname@" "$grubdir")"
     printf "  --boot-directory=%-7s%s\n" "$(gettext "DIR")" "$dirmsg"
     echo
-    gettext "MENU_ENTRY is a number or a menu item title."; echo
+    gettext "MENU_ENTRY is a number, a menu item title or a menu item identifier."; echo
     echo
     gettext "Report bugs to <bug-grub@gnu.org>."; echo
 }
index 5342af1d88f17830eebfd0c96a2cd3e5ccdb6ddf..2125b45862c54785a17fe53cd8287f712f8c57ac 100644 (file)
@@ -53,7 +53,7 @@ usage () {
     dirmsg="$(printf "expect GRUB images under the directory DIR/%s instead of the %s directory" "@grubdirname@" "$grubdir")"
     printf "  --boot-directory=%-7s%s\n" "$(gettext "DIR")" "$dirmsg"
     echo
-    gettext "MENU_ENTRY is a number or a menu item title."; echo
+    gettext "MENU_ENTRY is a number, a menu item title or a menu item identifier."; echo
     echo
     gettext "Report bugs to <bug-grub@gnu.org>."; echo
 }