X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Ftarget.c;h=380a9fcdd26941b144b7a461c1c35000b95efc88;hp=084a2cffc27adaf0220471a2fe641e49ec189a12;hb=b61e454869c988e7fafc1c16982ccfec04415b51;hpb=b6ea92247de948579715379abb591e61e887e7a5 diff --git a/src/target/target.c b/src/target/target.c index 084a2cffc2..380a9fcdd2 100644 --- a/src/target/target.c +++ b/src/target/target.c @@ -5890,6 +5890,7 @@ static const struct command_registration target_subcommand_handlers[] = { .mode = COMMAND_CONFIG, .handler = handle_target_init_command, .help = "initialize targets", + .usage = "", }, { .name = "create",