commit | 62c3ae7c6ef215b1afa614abdf61acf077752207 | [log] [tgz] |
---|---|---|
author | Peter Tyser <ptyser@xes-inc.com> | Tue Jan 27 18:03:10 2009 -0600 |
committer | Wolfgang Denk <wd@denx.de> | Wed Jan 28 08:43:45 2009 +0100 |
tree | dac70a1eebda8bb6c05b95db3a7bebffeff94b3b | |
parent | 84cde2bb409c07c6ef36a192d194359d4e9ccd70 [diff] [blame] |
Standardize command usage messages with cmd_usage() Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
diff --git a/common/cmd_setexpr.c b/common/cmd_setexpr.c index 2e49b6d..4125b18 100644 --- a/common/cmd_setexpr.c +++ b/common/cmd_setexpr.c
@@ -35,7 +35,7 @@ /* Validate arguments */ if ((argc != 5) || (strlen(argv[3]) != 1)) { - printf("Usage:\n%s\n", cmdtp->usage); + cmd_usage(cmdtp); return 1; }