summaryrefslogtreecommitdiffstats
path: root/common/cmd_exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/cmd_exec.c')
-rw-r--r--common/cmd_exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_exec.c b/common/cmd_exec.c
index 9d9d206a82..1057bc1b8e 100644
--- a/common/cmd_exec.c
+++ b/common/cmd_exec.c
@@ -72,5 +72,5 @@ out:
U_BOOT_CMD_START(exec)
.maxargs = CONFIG_MAXARGS,
.cmd = do_exec,
- .usage = "exec <files> - execute a script\n",
+ .usage = "execute a script",
U_BOOT_CMD_END