summaryrefslogtreecommitdiffstats
path: root/commands/menutree.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/menutree.c')
-rw-r--r--commands/menutree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/menutree.c b/commands/menutree.c
index 3b1a263584..4defa661f4 100644
--- a/commands/menutree.c
+++ b/commands/menutree.c
@@ -56,5 +56,6 @@ BAREBOX_CMD_HELP_END
BAREBOX_CMD_START(menutree)
.cmd = do_menutree,
.usage = "create a menu from a directory structure",
+ BAREBOX_CMD_GROUP(CMD_GRP_CONSOLE)
BAREBOX_CMD_HELP(cmd_menutree_help)
BAREBOX_CMD_END