This was supposed to happen in 9efa1f8b ("ARM: psci: wire in smc command help") along with some other changes. After rebases, the other changes remained but this one was lost.. Do this right this time and specify the appropriate BAREBOX_CMD_HELP. Fixes: 9efa1f8b ("ARM: psci: wire in smc command help") Signed-off-by: Ahmad Fatoum <ahmad@xxxxxx> --- commands/smc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/smc.c b/commands/smc.c index 2a00e1586790..67ca4ee9022f 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 -- 2.20.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox