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, 0 insertions, 1 deletions
diff --git a/commands/umount.c b/commands/umount.c
index 44b8407e16..d0ac5256e8 100644
--- a/commands/umount.c
+++ b/commands/umount.c
@@ -43,7 +43,6 @@ static const __maybe_unused char cmd_umount_help[] =
"umount a filesystem mounted on a specific mountpoint\n";
U_BOOT_CMD_START(umount)
- .maxargs = 2,
.cmd = do_umount,
.usage = "umount a filesystem",
U_BOOT_CMD_HELP(cmd_umount_help)