aboutsummaryrefslogtreecommitdiff
path: root/src/flash/mflash.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/mflash.c')
-rw-r--r--src/flash/mflash.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/flash/mflash.c b/src/flash/mflash.c
index 8fca4aa3..4a3f8fe2 100644
--- a/src/flash/mflash.c
+++ b/src/flash/mflash.c
@@ -1386,6 +1386,7 @@ static const struct command_registration mflash_config_command_handlers[] = {
.mode = COMMAND_CONFIG,
.handler = handle_mflash_init_command,
.help = "initialize mflash devices",
+ .usage = ""
},
COMMAND_REGISTRATION_DONE
};
@@ -1394,6 +1395,7 @@ static const struct command_registration mflash_command_handler[] = {
.name = "mflash",
.mode = COMMAND_ANY,
.help = "mflash command group",
+ .usage = "",
.chain = mflash_config_command_handlers,
},
COMMAND_REGISTRATION_DONE