From 32bd735bd607f118f98efd80959c18f6ba26628d Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Mon, 5 Mar 2012 01:19:42 +0100 Subject: [PATCH] * util/grub-reboot.in (usage): Mention id posibility. * util/grub-set-default.in (usage): Likewise. --- ChangeLog | 5 +++++ util/grub-reboot.in | 2 +- util/grub-set-default.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 60348fde1..41613eec0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-03-04 Vladimir Serbinenko + + * util/grub-reboot.in (usage): Mention id posibility. + * util/grub-set-default.in (usage): Likewise. + 2012-03-04 Vladimir Serbinenko * include/grub/misc.h (ALIGN_UP_OVERHEAD): New define. diff --git a/util/grub-reboot.in b/util/grub-reboot.in index 352716e38..87d77724e 100644 --- a/util/grub-reboot.in +++ b/util/grub-reboot.in @@ -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 ."; echo } diff --git a/util/grub-set-default.in b/util/grub-set-default.in index 5342af1d8..2125b4586 100644 --- a/util/grub-set-default.in +++ b/util/grub-set-default.in @@ -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 ."; echo }