Set empty usage field for commands that do not need parameters
[fw/openocd] / src / flash / nor / at91sam3.c
index 2d61a8780f670d404229fed012e3c1bacc242448..a220279cf4aaac8ec16bbc46439d45c6fcca67ef 100644 (file)
@@ -3731,6 +3731,7 @@ static const struct command_registration at91sam3_exec_command_handlers[] = {
                .mode = COMMAND_EXEC,
                .help = "Print information about the current at91sam3 chip"
                        "and its flash configuration.",
+               .usage = "",
        },
        {
                .name = "slowclk",