]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/amcc/canyonlands/bootstrap.c
Command usage cleanup
[people/ms/u-boot.git] / board / amcc / canyonlands / bootstrap.c
index 35284d179422f5459c5b570d552ab646652ccbbd..30046fee3ab6d8c051a58f4730dff33c22274b38 100644 (file)
@@ -190,6 +190,6 @@ static int do_bootstrap(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 
 U_BOOT_CMD(
        bootstrap,      2,      0,      do_bootstrap,
-       "bootstrap - program the I2C bootstrap EEPROM\n",
+       "program the I2C bootstrap EEPROM",
        "<nand|nor> - strap to boot from NAND or NOR flash\n"
        );