summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/smc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/smc.c b/commands/smc.c
index 2a00e15867..67ca4ee902 100644
--- a/commands/smc.c
+++ b/commands/smc.c
@@ -103,5 +103,6 @@ BAREBOX_CMD_HELP_END
BAREBOX_CMD_START(smc)
.cmd = do_smc,
BAREBOX_CMD_DESC("secure monitor test command")
+ BAREBOX_CMD_HELP(cmd_smc_help)
BAREBOX_CMD_GROUP(CMD_GRP_MISC)
BAREBOX_CMD_END