]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/disk/loopback.c (GRUB_MOD_INIT): Stop documenting
authorColin Watson <cjwatson@ubuntu.com>
Tue, 29 Mar 2011 17:00:23 +0000 (18:00 +0100)
committerColin Watson <cjwatson@ubuntu.com>
Tue, 29 Mar 2011 17:00:23 +0000 (18:00 +0100)
removed -p option.

ChangeLog
grub-core/disk/loopback.c

index 552d5dc7c94a34465247022a54e92c685a546268..36ca453f1f1f99d711138aec5e723ec9b6ccdd65 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-03-29  Colin Watson  <cjwatson@ubuntu.com>
+
+       * grub-core/disk/loopback.c (GRUB_MOD_INIT): Stop documenting
+       removed -p option.
+
 2011-03-29  Colin Watson  <cjwatson@ubuntu.com>
 
        * docs/grub.texi (BIOS installation): New section, partly based on
index ae4cb9a9c0bbaab7121b7df8ebc0d9da72b9b039..b05940a4a110ca931e08075356018a54b04de40c 100644 (file)
@@ -222,7 +222,7 @@ static grub_extcmd_t cmd;
 GRUB_MOD_INIT(loopback)
 {
   cmd = grub_register_extcmd ("loopback", grub_cmd_loopback, 0,
-                             N_("[-d|-p] DEVICENAME FILE."),
+                             N_("[-d] DEVICENAME FILE."),
                              N_("Make a device of a file."), options);
   grub_disk_dev_register (&grub_loopback_dev);
 }