]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub-mkstandalone.in: Propagate grub-mkimage.c change.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 6 Mar 2012 14:53:02 +0000 (15:53 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 6 Mar 2012 14:53:02 +0000 (15:53 +0100)
ChangeLog
util/grub-mkstandalone.in

index 3f032ae87ace55bb2a7fff6638a4a78615491b60..4776e2b46c049b2de5a8b668b786b5662e4aaafc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 3f4a38d413f0cb54f4c8fe235ef8b69a3e86ddf2..a733dd50e1909dcdcb50acec13b118dc77534016 100644 (file)
@@ -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")"