target: increase chunk size in dump_image
[fw/openocd] / src / target / target_request.c
index c669ab4ab1c239beed3fb94a34b6e34b05159ae6..090de9fe64f45ba0b37a6af302db63ec739baf39 100644 (file)
@@ -326,6 +326,7 @@ static const struct command_registration target_req_command_handlers[] = {
                .name = "target_request",
                .mode = COMMAND_ANY,
                .help = "target request command group",
+               .usage = "",
                .chain = target_req_exec_command_handlers,
        },
        COMMAND_REGISTRATION_DONE