]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2008-04-01 Pavel Roskin <proski@gnu.org>
authorproski <proski@localhost>
Wed, 2 Apr 2008 01:31:11 +0000 (01:31 +0000)
committerproski <proski@localhost>
Wed, 2 Apr 2008 01:31:11 +0000 (01:31 +0000)
* disk/loopback.c (options): Improve help for "--partitions".

ChangeLog
disk/loopback.c

index ddfe4af23c43f984c0f123f67018f02919458813..7a5b44bc6612617d13c19963de7f4cbfbab1d804 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2008-04-01  Pavel Roskin  <proski@gnu.org>
 
+       * disk/loopback.c (options): Improve help for "--partitions".
+
        * normal/arg.c (grub_arg_show_help): Fix spacing of the long
        options to align them with the short options, e.g. "echo -e".
 
index 31d8116889a4853047597edf204e64c2c7b39f24..521c710f881360455a1f847b909ca5c6bf9548a2 100644 (file)
@@ -38,8 +38,7 @@ static struct grub_loopback *loopback_list;
 static const struct grub_arg_option options[] =
   {
     {"delete", 'd', 0, "delete the loopback device entry", 0, 0},
-    {"partitions", 'p', 0, "set that the drive has partitions to"
-     " simulate a harddrive", 0, 0},
+    {"partitions", 'p', 0, "simulate a hard drive with partitions", 0, 0},
     {0, 0, 0, 0, 0, 0}
   };