summaryrefslogtreecommitdiffstats
path: root/commands/barebox-update.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/barebox-update.c')
-rw-r--r--commands/barebox-update.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/barebox-update.c b/commands/barebox-update.c
index f550572c90..819bf4dfd1 100644
--- a/commands/barebox-update.c
+++ b/commands/barebox-update.c
@@ -82,5 +82,6 @@ BAREBOX_CMD_HELP_END
BAREBOX_CMD_START(barebox_update)
.cmd = do_barebox_update,
.usage = "update barebox",
+ BAREBOX_CMD_GROUP(CMD_GRP_MISC)
BAREBOX_CMD_HELP(cmd_barebox_update_help)
BAREBOX_CMD_END