summaryrefslogtreecommitdiffstats
path: root/commands/umount.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/umount.c')
-rw-r--r--commands/umount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/umount.c b/commands/umount.c
index 84c84e42c6..fdf4da95a0 100644
--- a/commands/umount.c
+++ b/commands/umount.c
@@ -37,7 +37,7 @@ BAREBOX_CMD_HELP_END
BAREBOX_CMD_START(umount)
.cmd = do_umount,
BAREBOX_CMD_DESC("umount a filesystem")
- BAREBOX_CMD_OPTS("MOUNTPOINT")
+ BAREBOX_CMD_OPTS("MOUNTPOINT/DEVICEPATH")
BAREBOX_CMD_GROUP(CMD_GRP_PART)
BAREBOX_CMD_HELP(cmd_umount_help)
BAREBOX_CMD_END