summaryrefslogtreecommitdiffstats
path: root/commands/pwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/pwd.c')
-rw-r--r--commands/pwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/pwd.c b/commands/pwd.c
index 537d54d2a5..7034585c78 100644
--- a/commands/pwd.c
+++ b/commands/pwd.c
@@ -30,7 +30,7 @@ static int do_pwd (cmd_tbl_t *cmdtp, int argc, char *argv[])
}
U_BOOT_CMD_START(pwd)
- .maxargs = 2,
+ .maxargs = 1,
.cmd = do_pwd,
.usage = "print working directory",
U_BOOT_CMD_END