]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/mpl/pati/cmd_pati.c
General help message cleanup
[people/ms/u-boot.git] / board / mpl / pati / cmd_pati.c
index 9d9531b54f3a1cb12769a78a50d59ecef48fee85..0682323ae1f0c1eb323770794fe9f6d435bb38d9 100644 (file)
@@ -427,7 +427,7 @@ int do_pati(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 
 U_BOOT_CMD(
        pati,   8,      1,      do_pati,
-       "pati    - PATI specific Cmds\n",
+       "PATI specific Cmds",
        "info - displays board information\n"
        "pati pci  - displays PCI registers\n"
        "pati led <nr> <on> \n"
@@ -443,7 +443,7 @@ U_BOOT_CMD(
        "    era   - erase PCI EEPROM (write all word to 0xffff)\n"
        "    reload- Reload PCI Bridge with EEPROM Values\n"
        "    NOTE: <addr> must start on word boundary\n"
-       "          <offset> and <size> must be even byte values\n"
+       "          <offset> and <size> must be even byte values"
 );
 
 /* ------------------------------------------------------------------------- */