cmd: add missing usage vars
[fw/openocd] / src / pld / pld.c
index b2623613e02bdeef5ca180e8f36707af872878d4..08a537c09cd3ec7448ab689835605043e2bb0813 100644 (file)
@@ -244,6 +244,7 @@ static const struct command_registration pld_config_command_handlers[] = {
                .mode = COMMAND_CONFIG,
                .handler = handle_pld_init_command,
                .help = "initialize PLD devices",
+               .usage = ""
        },
        COMMAND_REGISTRATION_DONE
 };
@@ -252,6 +253,7 @@ static const struct command_registration pld_command_handler[] = {
                .name = "pld",
                .mode = COMMAND_ANY,
                .help = "programmable logic device commands",
+               .usage = "",
                .chain = pld_config_command_handlers,
        },
        COMMAND_REGISTRATION_DONE