* util/grub-mknetdir.in: Remove stray line from help output.
This commit is contained in:
parent
9c28da2a89
commit
f5ae3717e4
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-07-13 Andrey Borzenkov <arvidjaar@gmail.com>
|
||||
|
||||
* util/grub-mknetdir.in: Remove stray line from help output.
|
||||
|
||||
2013-07-11 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Remove early sm712 init as there is no reason for it (the "watchdog"
|
||||
|
|
|
@ -37,7 +37,6 @@ itanium_dir="${libdir}/@PACKAGE@/ia64-efi"
|
|||
# Print the usage.
|
||||
usage () {
|
||||
gettext_printf "Usage: %s [OPTION]\n" "$self"
|
||||
gettext; echo "Install GRUB on your drive."; echo
|
||||
echo
|
||||
print_option_help "-h, --help" "$(gettext "print this message and exit")"
|
||||
grub_print_install_files_help
|
||||
|
|
Loading…
Reference in a new issue