From e19fe9ad09e28df1976257052afe6edf765aa778 Mon Sep 17 00:00:00 2001 From: David Brownell Date: Thu, 7 Jan 2010 15:22:41 -0800 Subject: ARM ETM/ETB/trace: help/usage updates Provide helptext which was sometimes missing; update some of it to be more accurate. Usage syntax messages have the same EBNF as the User's Guide; no angle brackets in either place. Don't use "&function"; functions are like arrays, their address is their name. Shrink some overlong lines, remove some empties. Signed-off-by: David Brownell --- src/target/etm_dummy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/target/etm_dummy.c') diff --git a/src/target/etm_dummy.c b/src/target/etm_dummy.c index 19a078f1..f9c6fe73 100644 --- a/src/target/etm_dummy.c +++ b/src/target/etm_dummy.c @@ -61,9 +61,9 @@ COMMAND_HANDLER(handle_etm_dummy_config_command) static const struct command_registration etm_dummy_config_command_handlers[] = { { .name = "config", - .handler = &handle_etm_dummy_config_command, + .handler = handle_etm_dummy_config_command, .mode = COMMAND_CONFIG, - .usage = "", + .usage = "target", }, COMMAND_REGISTRATION_DONE }; -- cgit v1.2.3