* util/grub-mkstandalone.in: Propagate grub-mkimage.c change.
This commit is contained in:
parent
abdd26dd20
commit
61ac50ba80
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-03-06 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub-mkstandalone.in: Propagate grub-mkimage.c change.
|
||||
|
||||
2012-03-06 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub-install.in: Add missing dot at the end of sentence.
|
||||
|
|
|
@ -62,7 +62,7 @@ usage () {
|
|||
dir_msg="$(gettext_printf "use images and modules under DIR [default=%s/<platform>]" "${libdir}/@PACKAGE@")"
|
||||
printf " -d, --directory=%-8s%s\n" \
|
||||
"DIR" "$dir_msg"
|
||||
printf " -O, --format=%-11s%s" "$(gettext "FORMAT")" "$(gettext "generate an image in format")"; echo
|
||||
printf " -O, --format=%-11s%s" "$(gettext "FORMAT")" "$(gettext "generate an image in FORMAT")"; echo
|
||||
printf " %s %s\n" "$(gettext "available formats:")" "$formats"
|
||||
echo
|
||||
printf " -C, --compression=(xz|none|auto) %s\n" "$(gettext "choose the compression to use")"
|
||||
|
|
Loading…
Reference in a new issue