aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2019-03-30 08:43:19 +0100
committerTomas Vanek <vanekt@fbl.cz>2019-04-07 08:18:48 +0100
commitfcfbb1792c985dcf1c9b5ae9300c7f24fac53d3a (patch)
tree5eedc3ebdca88a6152b05ea93a9567662285c34a /src
parent6e9571164b4461dde96201a0676783c60151642f (diff)
downloadriscv-openocd-fcfbb1792c985dcf1c9b5ae9300c7f24fac53d3a.zip
riscv-openocd-fcfbb1792c985dcf1c9b5ae9300c7f24fac53d3a.tar.gz
riscv-openocd-fcfbb1792c985dcf1c9b5ae9300c7f24fac53d3a.tar.bz2
drivers/at91rm9200: fix help and usage to command "at91rm9200_device"
Add usage and fix the help text of the command Change-Id: I0e157d76f5d87bcda80f82a110912994908c8e03 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5023 Reviewed-by: Tomas Vanek <vanekt@fbl.cz> Tested-by: jenkins
Diffstat (limited to 'src')
-rw-r--r--src/jtag/drivers/at91rm9200.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/jtag/drivers/at91rm9200.c b/src/jtag/drivers/at91rm9200.c
index 0015da0..0360ec5 100644
--- a/src/jtag/drivers/at91rm9200.c
+++ b/src/jtag/drivers/at91rm9200.c
@@ -183,7 +183,8 @@ static const struct command_registration at91rm9200_command_handlers[] = {
.name = "at91rm9200_device",
.handler = &at91rm9200_handle_device_command,
.mode = COMMAND_CONFIG,
- .help = "query armjtagew info",
+ .help = "Set at91rm9200 device [default \"rea_ecr\"]",
+ .usage = "<device>",
},
COMMAND_REGISTRATION_DONE
};