* util/grub-mkstandalone.in: Remove confusing leftover print.
This commit is contained in:
parent
8822a8a02b
commit
fd1265cb29
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-03-02 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub-mkstandalone.in: Remove confusing leftover print.
|
||||
|
||||
2012-03-02 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/fs/zfs/zfsinfo.c (print_vdev_info): Add TRANSLATORS
|
||||
|
|
|
@ -55,8 +55,6 @@ usage () {
|
|||
gettext_printf "Usage: %s [OPTION] SOURCE...\n" "$self"
|
||||
gettext "Generate a standalone image (containing all modules) in the selected format"
|
||||
echo
|
||||
gettext "Make GRUB rescue image."; echo
|
||||
echo
|
||||
printf " -h, --help %s\n" "$(gettext "print this message and exit")"
|
||||
printf " -v, --version %s\n" "$(gettext "print the version information and exit")"
|
||||
printf " -o, --output=%-11s%s\n" "$(gettext FILE)" "$(gettext "save output in FILE [required]")"
|
||||
|
|
Loading…
Reference in a new issue