summaryrefslogtreecommitdiffstats
path: root/commands/pwd.c
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@isonoe.(none)>2007-10-16 19:07:21 +0200
committerJuergen Beisert <jbe@isonoe.(none)>2007-10-16 19:07:21 +0200
commit26def3fd2c20cdb0c85fc721325c1b954d7bbc05 (patch)
treed71ed10cd95598b575bd9db9bbc04373f9c25ed6 /commands/pwd.c
parentfa814e8fae23377d1eb67f76b4e64656cf530e5a (diff)
downloadbarebox-26def3fd2c20cdb0c85fc721325c1b954d7bbc05.tar.gz
barebox-26def3fd2c20cdb0c85fc721325c1b954d7bbc05.tar.xz
various small typos fixed
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