aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2010-01-08 20:16:05 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2010-01-08 20:16:05 -0800
commitb800eb0336a190ed53da90a2b7216a35bfbfdb23 (patch)
tree6518ae58ec1510458c93546756d38b08b4eed7ef /src/target/target.c
parent1a2c258ed4537ca95b50e1f9e776215d82de2a86 (diff)
*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>
Diffstat (limited to 'src/target/target.c')
-rw-r--r--src/target/target.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/target.c b/src/target/target.c
index c29c45e4..7994affa 100644
--- a/src/target/target.c
+++ b/src/target/target.c
@@ -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",