summaryrefslogtreecommitdiffstats
path: root/commands/umount.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/umount.c')
-rw-r--r--commands/umount.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/umount.c b/commands/umount.c
index f0f9fcee2b..39ce56c2f2 100644
--- a/commands/umount.c
+++ b/commands/umount.c
@@ -36,5 +36,6 @@ static const __maybe_unused char cmd_umount_help[] =
BAREBOX_CMD_START(umount)
.cmd = do_umount,
.usage = "umount a filesystem",
+ BAREBOX_CMD_GROUP(CMD_GRP_PART)
BAREBOX_CMD_HELP(cmd_umount_help)
BAREBOX_CMD_END