summaryrefslogtreecommitdiffstats
path: root/commands/automount.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/automount.c')
-rw-r--r--commands/automount.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/automount.c b/commands/automount.c
index 511d18b69a..d1e5cb0194 100644
--- a/commands/automount.c
+++ b/commands/automount.c
@@ -67,6 +67,7 @@ BAREBOX_CMD_HELP_END
BAREBOX_CMD_START(automount)
.cmd = do_automount,
.usage = "automount [OPTIONS] <PATH> <cmd>",
+ BAREBOX_CMD_GROUP(CMD_GRP_PART)
BAREBOX_CMD_HELP(cmd_automount_help)
BAREBOX_CMD_END