commit-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[2446] 2009-07-25 Vladimir Serbinenko <address@hidden>


From: Vladimir Serbinenko
Subject: [2446] 2009-07-25 Vladimir Serbinenko <address@hidden>
Date: Sat, 25 Jul 2009 17:46:38 +0000

Revision: 2446
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2446
Author:   phcoder
Date:     2009-07-25 17:46:38 +0000 (Sat, 25 Jul 2009)
Log Message:
-----------
2009-07-25  Vladimir Serbinenko  <address@hidden>

        * commands/probe.c (GRUB_MOD_INIT (probe)): Remove "[--target=target]"
        from help line. It's out of sync with code.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/commands/probe.c

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog       2009-07-25 15:13:07 UTC (rev 2445)
+++ trunk/grub2/ChangeLog       2009-07-25 17:46:38 UTC (rev 2446)
@@ -1,5 +1,10 @@
 2009-07-25  Vladimir Serbinenko  <address@hidden>
 
+       * commands/probe.c (GRUB_MOD_INIT (probe)): Remove "[--target=target]"
+       from help line. It's out of sync with code.
+
+2009-07-25  Vladimir Serbinenko  <address@hidden>
+
        * kern/parser.c (grub_parser_execute): Fix a bug causing truncated
        entries on failed boot.
 

Modified: trunk/grub2/commands/probe.c
===================================================================
--- trunk/grub2/commands/probe.c        2009-07-25 15:13:07 UTC (rev 2445)
+++ trunk/grub2/commands/probe.c        2009-07-25 17:46:38 UTC (rev 2446)
@@ -150,7 +150,7 @@
 GRUB_MOD_INIT (probe)
 {
   cmd = grub_register_extcmd ("probe", grub_cmd_probe, GRUB_COMMAND_FLAG_BOTH,
-                             "probe [--target=target] [DEVICE]",
+                             "probe [DEVICE]",
                              "Retrieve device info.", options);
 }
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]