summaryrefslogtreecommitdiffstats
path: root/commands/filetype.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/filetype.c')
-rw-r--r--commands/filetype.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/filetype.c b/commands/filetype.c
index f82a4616b1..1d6b047f55 100644
--- a/commands/filetype.c
+++ b/commands/filetype.c
@@ -93,5 +93,6 @@ BAREBOX_CMD_HELP_END
BAREBOX_CMD_START(filetype)
.cmd = do_filetype,
.usage = "detect file type",
+ BAREBOX_CMD_GROUP(CMD_GRP_FILE)
BAREBOX_CMD_HELP(cmd_filetype_help)
BAREBOX_CMD_END