* util/grub-reboot.in (usage): Mention id posibility.
* util/grub-set-default.in (usage): Likewise.
This commit is contained in:
parent
1a2fd1e674
commit
32bd735bd6
3 changed files with 7 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue