]> git.proxmox.com Git - grub2.git/commitdiff
2009-07-25 Vladimir Serbinenko <phcoder@gmail.com>
authorphcoder <phcoder@localhost>
Sat, 25 Jul 2009 17:46:38 +0000 (17:46 +0000)
committerphcoder <phcoder@localhost>
Sat, 25 Jul 2009 17:46:38 +0000 (17:46 +0000)
* commands/probe.c (GRUB_MOD_INIT (probe)): Remove "[--target=target]"
from help line. It's out of sync with code.

ChangeLog
commands/probe.c

index 9986929d331a39fbbcf1945577e5774fc681badd..f1deeecef5b58f965fee9994c5a1d0c027c8ba0d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-07-25  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * 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  <phcoder@gmail.com>
 
        * kern/parser.c (grub_parser_execute): Fix a bug causing truncated
index 9e95e6aafabeb54e22fbf4636440c1f761b997ef..fabdb2a4a5a6e4a0731b7332dcf0a23b15eb9c8b 100644 (file)
@@ -150,7 +150,7 @@ static grub_extcmd_t cmd;
 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);
 }