summaryrefslogtreecommitdiffstats
path: root/commands/trigger.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/trigger.c')
-rw-r--r--commands/trigger.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/trigger.c b/commands/trigger.c
index de50bddb05..93b4416387 100644
--- a/commands/trigger.c
+++ b/commands/trigger.c
@@ -99,6 +99,7 @@ BAREBOX_CMD_HELP_END
BAREBOX_CMD_START(trigger)
.cmd = do_trigger,
.usage = "handle LED triggers",
+ BAREBOX_CMD_GROUP(CMD_GRP_HWMANIP)
BAREBOX_CMD_HELP(cmd_trigger_help)
BAREBOX_CMD_END