summaryrefslogtreecommitdiffstats
path: root/commands/regulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/regulator.c')
-rw-r--r--commands/regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/regulator.c b/commands/regulator.c
index 42dcd0ab35..bdf4d88c3c 100644
--- a/commands/regulator.c
+++ b/commands/regulator.c
@@ -30,4 +30,5 @@ static int do_regulator(int argc, char *argv[])
BAREBOX_CMD_START(regulator)
.cmd = do_regulator,
.usage = "list regulators",
+ BAREBOX_CMD_GROUP(CMD_GRP_INFO)
BAREBOX_CMD_END