summaryrefslogtreecommitdiffstats
path: root/commands/2048.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/2048.c')
-rw-r--r--commands/2048.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/2048.c b/commands/2048.c
index 5d6c766563..6d4f927000 100644
--- a/commands/2048.c
+++ b/commands/2048.c
@@ -385,5 +385,6 @@ BAREBOX_CMD_HELP_END
BAREBOX_CMD_START(2048)
.cmd = do_2048,
.usage = "Usage: 2048",
+ BAREBOX_CMD_GROUP(CMD_GRP_MISC)
BAREBOX_CMD_HELP(cmd_2048_help)
BAREBOX_CMD_END