cmd: add missing usage var
[fw/openocd] / src / target / target.c
index 692b78f8b10304428ed735406c3717ceaf1f66d9..c3d65e33bdf7eea988d692720e3420d7a0c30ac2 100644 (file)
@@ -5050,6 +5050,7 @@ static int target_create(Jim_GetOptInfo *goi)
                        .name = cp,
                        .mode = COMMAND_ANY,
                        .help = "target command group",
+                       .usage = "",
                        .chain = target_subcommands,
                },
                COMMAND_REGISTRATION_DONE