From b800eb0336a190ed53da90a2b7216a35bfbfdb23 Mon Sep 17 00:00:00 2001 From: David Brownell Date: Fri, 8 Jan 2010 20:16:05 -0800 Subject: *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 --- src/target/target.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target') 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", -- cgit v1.2.3