summaryrefslogtreecommitdiffstats
path: root/commands/memset.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/memset.c')
-rw-r--r--commands/memset.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/memset.c b/commands/memset.c
index 48e55bc68e..d557b9e386 100644
--- a/commands/memset.c
+++ b/commands/memset.c
@@ -97,5 +97,6 @@ static const __maybe_unused char cmd_memset_help[] =
BAREBOX_CMD_START(memset)
.cmd = do_memset,
.usage = "memory fill",
+ BAREBOX_CMD_GROUP(CMD_GRP_MEM)
BAREBOX_CMD_HELP(cmd_memset_help)
BAREBOX_CMD_END