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