summaryrefslogtreecommitdiff
path: root/common/cmd_fdos.c
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2009-01-28 00:03:10 (GMT)
committerWolfgang Denk <wd@denx.de>2009-01-28 07:43:45 (GMT)
commit62c3ae7c6ef215b1afa614abdf61acf077752207 (patch)
treedac70a1eebda8bb6c05b95db3a7bebffeff94b3b /common/cmd_fdos.c
parent84cde2bb409c07c6ef36a192d194359d4e9ccd70 (diff)
downloadu-boot-fsl-qoriq-62c3ae7c6ef215b1afa614abdf61acf077752207.tar.xz
Standardize command usage messages with cmd_usage()
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'common/cmd_fdos.c')
-rw-r--r--common/cmd_fdos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_fdos.c b/common/cmd_fdos.c
index aa13b52..514c049 100644
--- a/common/cmd_fdos.c
+++ b/common/cmd_fdos.c
@@ -73,7 +73,7 @@ int do_fdosboot(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
name = argv [2];
break;
default:
- printf ("Usage:\n%s\n", cmdtp->usage);
+ cmd_usage(cmdtp);
break;
}