* util/i386/pc/grub-setup.c (usage): Fix syntax error.

* util/sparc64/ieee1275/grub-setup.c (usage): Likewise.
This commit is contained in:
Colin Watson 2010-06-17 21:49:50 +01:00
parent 094dfb699e
commit c88a83f644
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2010-06-17 Colin Watson <cjwatson@ubuntu.com>
* util/i386/pc/grub-setup.c (usage): Fix syntax error.
* util/sparc64/ieee1275/grub-setup.c (usage): Likewise.
2010-06-17 Colin Watson <cjwatson@ubuntu.com>
* util/i386/pc/grub-setup.c (usage): Warn against running grub-setup

View file

@ -609,7 +609,7 @@ Usage: %s [OPTION]... DEVICE\n\
Set up images to boot from DEVICE.\n\
DEVICE must be a GRUB device (e.g. `(hd0,1)').\n\
\n\
You should not normally run %s directly. Use grub-install instead.
You should not normally run %s directly. Use grub-install instead.\n\
\n\
-b, --boot-image=FILE use FILE as the boot image [default=%s]\n\
-c, --core-image=FILE use FILE as the core image [default=%s]\n\

View file

@ -408,7 +408,7 @@ Usage: %s [OPTION]... DEVICE\n\
Set up images to boot from DEVICE.\n\
DEVICE must be a GRUB device (e.g. `(hd0,1)').\n\
\n\
You should not normally run %s directly. Use grub-install instead.
You should not normally run %s directly. Use grub-install instead.\n\
\n\
-b, --boot-image=FILE use FILE as the boot image [default=%s]\n\
-c, --core-image=FILE use FILE as the core image [default=%s]\n\