mirror of
https://github.com/frank-w/u-boot.git
synced 2025-12-26 12:52:57 +08:00
Standardize command usage messages with cmd_usage()
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
This commit is contained in:
committed by
Wolfgang Denk
parent
84cde2bb40
commit
62c3ae7c6e
@@ -320,7 +320,7 @@ int do_fpga (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])
|
||||
|
||||
static void fpga_usage (cmd_tbl_t * cmdtp)
|
||||
{
|
||||
printf ("Usage:\n%s\n", cmdtp->usage);
|
||||
cmd_usage(cmdtp);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user