+2009-06-17 Colin Watson <cjwatson@ubuntu.com>
+
+ * util/elf/grub-mkimage.c (usage): Prefix each option line with two
+ spaces, for the benefit of help2man.
+ * util/i386/efi/grub-mkimage.c (usage): Likewise.
+
2009-06-16 Pavel Roskin <proski@gnu.org>
* kern/i386/halt.c: Include grub/machine/init.h.
\n\
Make a bootable image of GRUB.\n\
\n\
--d, --directory=DIR use images and modules under DIR [default=%s]\n\
--p, --prefix=DIR set grub_prefix directory\n\
--m, --memdisk=FILE embed FILE as a memdisk image\n\
--o, --output=FILE output a generated image to FILE\n\
--h, --help display this message and exit\n\
--n, --note add NOTE segment for CHRP Open Firmware\n\
--V, --version print version information and exit\n\
--v, --verbose print verbose messages\n\
+ -d, --directory=DIR use images and modules under DIR [default=%s]\n\
+ -p, --prefix=DIR set grub_prefix directory\n\
+ -m, --memdisk=FILE embed FILE as a memdisk image\n\
+ -o, --output=FILE output a generated image to FILE\n\
+ -h, --help display this message and exit\n\
+ -n, --note add NOTE segment for CHRP Open Firmware\n\
+ -V, --version print version information and exit\n\
+ -v, --verbose print verbose messages\n\
\n\
Report bugs to <%s>.\n\
", GRUB_LIBDIR, PACKAGE_BUGREPORT);
\n\
Make a bootable image of GRUB.\n\
\n\
--d, --directory=DIR use images and modules under DIR [default=%s]\n\
--p, --prefix=DIR set grub_prefix directory [default=%s]\n\
--o, --output=FILE output a generated image to FILE\n\
--h, --help display this message and exit\n\
--V, --version print version information and exit\n\
--v, --verbose print verbose messages\n\
+ -d, --directory=DIR use images and modules under DIR [default=%s]\n\
+ -p, --prefix=DIR set grub_prefix directory [default=%s]\n\
+ -o, --output=FILE output a generated image to FILE\n\
+ -h, --help display this message and exit\n\
+ -V, --version print version information and exit\n\
+ -v, --verbose print verbose messages\n\
\n\
Report bugs to <%s>.\n\
", GRUB_LIBDIR, DEFAULT_DIRECTORY, PACKAGE_BUGREPORT);