]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - common/cmd_eeprom.c
Command usage cleanup
[karo-tx-uboot.git] / common / cmd_eeprom.c
index c59227d6049335ad94ec4c9dc0b8bd5e432e18f4..e598bf1ec43540102caec79328729b2a5a60bbd5 100644 (file)
@@ -425,7 +425,7 @@ void eeprom_init  (void)
 #ifdef CONFIG_SYS_I2C_MULTI_EEPROMS
 U_BOOT_CMD(
        eeprom, 6,      1,      do_eeprom,
-       "eeprom  - EEPROM sub-system\n",
+       "EEPROM sub-system",
        "read  devaddr addr off cnt\n"
        "eeprom write devaddr addr off cnt\n"
        "       - read/write `cnt' bytes from `devaddr` EEPROM at offset `off'\n"
@@ -433,7 +433,7 @@ U_BOOT_CMD(
 #else /* One EEPROM */
 U_BOOT_CMD(
        eeprom, 5,      1,      do_eeprom,
-       "eeprom  - EEPROM sub-system\n",
+       "EEPROM sub-system",
        "read  addr off cnt\n"
        "eeprom write addr off cnt\n"
        "       - read/write `cnt' bytes at EEPROM offset `off'\n"