From 61ac50ba80a0a90ec8c6ce61d83fbfca9a216a86 Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Tue, 6 Mar 2012 15:53:02 +0100 Subject: [PATCH] * util/grub-mkstandalone.in: Propagate grub-mkimage.c change. --- ChangeLog | 4 ++++ util/grub-mkstandalone.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3f032ae87..4776e2b46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-03-06 Vladimir Serbinenko + + * util/grub-mkstandalone.in: Propagate grub-mkimage.c change. + 2012-03-06 Vladimir Serbinenko * util/grub-install.in: Add missing dot at the end of sentence. diff --git a/util/grub-mkstandalone.in b/util/grub-mkstandalone.in index 3f4a38d41..a733dd50e 100644 --- a/util/grub-mkstandalone.in +++ b/util/grub-mkstandalone.in @@ -62,7 +62,7 @@ usage () { dir_msg="$(gettext_printf "use images and modules under DIR [default=%s/]" "${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")"