From: Marc Schink Date: Sat, 26 Feb 2022 13:31:11 +0000 (+0100) Subject: target/arm_tpiu: Fix usage of 'tpiu create' X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=2586fec922ae9ea9bea345f40598e0367934d22c;p=fw%2Fopenocd target/arm_tpiu: Fix usage of 'tpiu create' Change-Id: I1ffad65a9e6d76f4d7fbbe249d8af3beb7e7692b Signed-off-by: Marc Schink Reviewed-on: https://review.openocd.org/c/openocd/+/6860 Tested-by: jenkins Reviewed-by: Antonio Borneo --- diff --git a/src/target/arm_tpiu_swo.c b/src/target/arm_tpiu_swo.c index 3738a3bf2..bfe908142 100644 --- a/src/target/arm_tpiu_swo.c +++ b/src/target/arm_tpiu_swo.c @@ -1161,7 +1161,7 @@ static const struct command_registration arm_tpiu_swo_subcommand_handlers[] = { .name = "create", .mode = COMMAND_ANY, .jim_handler = jim_arm_tpiu_swo_create, - .usage = "name [-dap dap] [-ap-num num] [-address baseaddr]", + .usage = "name [-dap dap] [-ap-num num] [-baseaddr baseaddr]", .help = "Creates a new TPIU or SWO object", }, {