]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/i386/pc/grub-setup.c (usage): Fix syntax error.
authorColin Watson <cjwatson@ubuntu.com>
Thu, 17 Jun 2010 20:49:50 +0000 (21:49 +0100)
committerColin Watson <cjwatson@ubuntu.com>
Thu, 17 Jun 2010 20:49:50 +0000 (21:49 +0100)
* util/sparc64/ieee1275/grub-setup.c (usage): Likewise.

ChangeLog
util/i386/pc/grub-setup.c
util/sparc64/ieee1275/grub-setup.c

index 83023d9cdbc4b058942bf3fd4807fc3819d9704c..09a2faf121b37c2ecfc73f61547c51cfcdc6e637 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index d04bf761963c9c37637245f685e00ea140a5a1c7..a94d3e30c5edcf72fd6e6eb06db8cc5254db443a 100644 (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\
index c20d2a046de16f2ff5cb167f5a8c684c077cd098..3541512574777a3ed82e4e97ce4fb12fb477ef99 100644 (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\