Signed-off-by: Mike Frysinger <vap...@gentoo.org> --- v2 - tail into cmd_usage() as pointed out by Detlev Zundel
common/cmd_mgdisk.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/common/cmd_mgdisk.c b/common/cmd_mgdisk.c index c2d5217..51c994b 100644 --- a/common/cmd_mgdisk.c +++ b/common/cmd_mgdisk.c @@ -54,8 +54,7 @@ int do_mg_disk_cmd (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) return 1; break; default: - printf("Usage:\n%s\n", cmdtp->usage); - return 1; + return cmd_usage(cmdtp); } return 0; } -- 1.7.2 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot