diff options
Diffstat (limited to 'common/cmd_df.c')
| -rw-r--r-- | common/cmd_df.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/cmd_df.c b/common/cmd_df.c index c85b7a624..d64f9009d 100644 --- a/common/cmd_df.c +++ b/common/cmd_df.c @@ -33,5 +33,5 @@ usage:  U_BOOT_CMD(  	sf,	2,	1,	do_serial_flash, -	"sf	- Serial flash sub-system\n", +	"Serial flash sub-system",  	"probe [bus:]cs		- init flash device on given SPI bus and CS\n") |