summaryrefslogtreecommitdiffstats
path: root/commands/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/time.c')
-rw-r--r--commands/time.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/time.c b/commands/time.c
index ffd3062339..6a696c2b53 100644
--- a/commands/time.c
+++ b/commands/time.c
@@ -53,5 +53,6 @@ BAREBOX_CMD_HELP_END
BAREBOX_CMD_START(time)
.cmd = do_time,
.usage = "measure execution time of a command",
+ BAREBOX_CMD_GROUP(CMD_GRP_MISC)
BAREBOX_CMD_HELP(cmd_time_help)
BAREBOX_CMD_END