summaryrefslogtreecommitdiffstats
path: root/commands/ubiformat.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/ubiformat.c')
-rw-r--r--commands/ubiformat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/ubiformat.c b/commands/ubiformat.c
index 5b4e5723f9..98e8c52d11 100644
--- a/commands/ubiformat.c
+++ b/commands/ubiformat.c
@@ -793,5 +793,6 @@ BAREBOX_CMD_HELP_END
BAREBOX_CMD_START(ubiformat)
.cmd = do_ubiformat,
.usage = "format an ubi volume",
+ BAREBOX_CMD_GROUP(CMD_GRP_PART)
BAREBOX_CMD_HELP(cmd_ubiformat_help)
BAREBOX_CMD_END