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:
phcoder 2009-07-25 17:46:38 +00:00
parent 72b9658be2
commit 7ad8c80ee8
2 changed files with 6 additions and 1 deletions

View File

@ -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

View 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);
}