summaryrefslogtreecommitdiffstats
path: root/commands/linux_exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/linux_exec.c')
-rw-r--r--commands/linux_exec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/linux_exec.c b/commands/linux_exec.c
index ef00ee780b..a057fc5887 100644
--- a/commands/linux_exec.c
+++ b/commands/linux_exec.c
@@ -53,5 +53,6 @@ BAREBOX_CMD_HELP_END
BAREBOX_CMD_START(linux_exec)
.cmd = do_linux_exec,
.usage = "Execute a command on the host",
+ BAREBOX_CMD_GROUP(CMD_GRP_MISC)
BAREBOX_CMD_HELP(cmd_linux_exec_help)
BAREBOX_CMD_END