openocd: fix command's usage string
authorAntonio Borneo <borneo.antonio@gmail.com>
Sat, 22 Aug 2020 23:43:21 +0000 (01:43 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 5 Sep 2020 16:13:10 +0000 (17:13 +0100)
commitf788949651ef714024a29b08f4b064e78c9b4791
tree198d808e1f5fbbaaebafc1561076caa19f9381c0
parent25b8b376387724e4c74d0c5d005b15504d44ff4c
openocd: fix command's usage string

The usage string should contain only the command parameters.
OpenOCD will automatically prepend the command name to the usage
string while dumping the usage or help message.

Remove the repeated command name from the usage string.

Change-Id: If10a0f1c254aee302b9ca08958390b7f21cdb21b
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5824
Tested-by: jenkins
src/jtag/hla/hla_interface.c
src/svf/svf.c
src/target/nds32_cmd.c
src/target/openrisc/or1k.c