diff options
Diffstat (limited to 'board/esd/pci405/pci405.c')
| -rw-r--r-- | board/esd/pci405/pci405.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/esd/pci405/pci405.c b/board/esd/pci405/pci405.c index 42774ad20..0602abf9c 100644 --- a/board/esd/pci405/pci405.c +++ b/board/esd/pci405/pci405.c @@ -375,7 +375,7 @@ int do_wpeeprom(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	wpeeprom,	2,	1,	do_wpeeprom, -	"wpeeprom - Check/Enable/Disable I2C EEPROM write protection\n", +	"Check/Enable/Disable I2C EEPROM write protection",  	"wpeeprom\n"  	"    - check I2C EEPROM write protection state\n"  	"wpeeprom 1\n" |