* util/i386/pc/grub-setup.c (usage): Fix syntax error.
* util/sparc64/ieee1275/grub-setup.c (usage): Likewise.
This commit is contained in:
parent
094dfb699e
commit
c88a83f644
3 changed files with 7 additions and 2 deletions
|
@ -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>
|
2010-06-17 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
* util/i386/pc/grub-setup.c (usage): Warn against running grub-setup
|
* util/i386/pc/grub-setup.c (usage): Warn against running grub-setup
|
||||||
|
|
|
@ -609,7 +609,7 @@ Usage: %s [OPTION]... DEVICE\n\
|
||||||
Set up images to boot from DEVICE.\n\
|
Set up images to boot from DEVICE.\n\
|
||||||
DEVICE must be a GRUB device (e.g. `(hd0,1)').\n\
|
DEVICE must be a GRUB device (e.g. `(hd0,1)').\n\
|
||||||
\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\
|
\n\
|
||||||
-b, --boot-image=FILE use FILE as the boot image [default=%s]\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\
|
-c, --core-image=FILE use FILE as the core image [default=%s]\n\
|
||||||
|
|
|
@ -408,7 +408,7 @@ Usage: %s [OPTION]... DEVICE\n\
|
||||||
Set up images to boot from DEVICE.\n\
|
Set up images to boot from DEVICE.\n\
|
||||||
DEVICE must be a GRUB device (e.g. `(hd0,1)').\n\
|
DEVICE must be a GRUB device (e.g. `(hd0,1)').\n\
|
||||||
\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\
|
\n\
|
||||||
-b, --boot-image=FILE use FILE as the boot image [default=%s]\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\
|
-c, --core-image=FILE use FILE as the core image [default=%s]\n\
|
||||||
|
|
Loading…
Reference in a new issue