*SVF: help/usage updates

Usage messages should use the same EBNF as the User's Guide;
no angle brackets.  Be more complete too ... some params were
missing.

Don't use "&function"; its name is its address.

Unrelated: fix typo in one "target.c" usage message.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
David Brownell
2010-01-08 20:16:05 -08:00
parent 1a2c258ed4
commit b800eb0336
3 changed files with 5 additions and 5 deletions

View File

@@ -4916,7 +4916,7 @@ static const struct command_registration target_exec_command_handlers[] = {
.handler = handle_virt2phys_command,
.mode = COMMAND_ANY,
.help = "translate a virtual address into a physical address",
.usage = "virual_address",
.usage = "virtual_address",
},
{
.name = "reg",