From 62c3ae7c6ef215b1afa614abdf61acf077752207 Mon Sep 17 00:00:00 2001 From: Peter Tyser Date: Tue, 27 Jan 2009 18:03:10 -0600 Subject: Standardize command usage messages with cmd_usage() Signed-off-by: Peter Tyser --- common/cmd_setexpr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/cmd_setexpr.c') diff --git a/common/cmd_setexpr.c b/common/cmd_setexpr.c index 2e49b6dd92..4125b183db 100644 --- a/common/cmd_setexpr.c +++ b/common/cmd_setexpr.c @@ -35,7 +35,7 @@ int do_setexpr(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) /* Validate arguments */ if ((argc != 5) || (strlen(argv[3]) != 1)) { - printf("Usage:\n%s\n", cmdtp->usage); + cmd_usage(cmdtp); return 1; } -- cgit v1.2.1