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/xsvf/xsvf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xsvf') diff --git a/src/xsvf/xsvf.c b/src/xsvf/xsvf.c index b1ddea9b..539fbdc6 100644 --- a/src/xsvf/xsvf.c +++ b/src/xsvf/xsvf.c @@ -1053,13 +1053,13 @@ COMMAND_HANDLER(handle_xsvf_command) static const struct command_registration xsvf_command_handlers[] = { { .name = "xsvf", - .handler = &handle_xsvf_command, + .handler = handle_xsvf_command, .mode = COMMAND_EXEC, .help = "Runs a XSVF file. If 'virt2' is given, xruntest " "counts are interpreted as TCK cycles rather than " "as microseconds. Without the 'quiet' option, all " "comments, retries, and mismatches will be reported.", - .usage = " [virt2] [quiet]", + .usage = "(tapname|'plain') filename ['virt2'] ['quiet']", }, COMMAND_REGISTRATION_DONE }; -- cgit v1.2.3