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.
This commit is contained in:
parent
72b9658be2
commit
7ad8c80ee8
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2009-07-25 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* kern/parser.c (grub_parser_execute): Fix a bug causing truncated
|
* kern/parser.c (grub_parser_execute): Fix a bug causing truncated
|
||||||
|
|
|
@ -150,7 +150,7 @@ static grub_extcmd_t cmd;
|
||||||
GRUB_MOD_INIT (probe)
|
GRUB_MOD_INIT (probe)
|
||||||
{
|
{
|
||||||
cmd = grub_register_extcmd ("probe", grub_cmd_probe, GRUB_COMMAND_FLAG_BOTH,
|
cmd = grub_register_extcmd ("probe", grub_cmd_probe, GRUB_COMMAND_FLAG_BOTH,
|
||||||
"probe [--target=target] [DEVICE]",
|
"probe [DEVICE]",
|
||||||
"Retrieve device info.", options);
|
"Retrieve device info.", options);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue