]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/amcc/acadia/cmd_acadia.c
Command usage cleanup
[people/ms/u-boot.git] / board / amcc / acadia / cmd_acadia.c
index 9fc03f106cbc649f7e07c02e00ae146334c0ce37..d47cf1af5742856b00b85341b191c0f0f37f830a 100644 (file)
@@ -96,6 +96,6 @@ static int do_bootstrap(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 
 U_BOOT_CMD(
        bootstrap,      3,      0,      do_bootstrap,
-       "bootstrap - program the I2C bootstrap EEPROM\n",
+       "program the I2C bootstrap EEPROM",
        "<cpu-freq> <nor|nand> - program the I2C bootstrap EEPROM\n"
        );