]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_dtt.c
ppc/85xx: Clean up mpc8572DS PCI setup code
[u-boot] / common / cmd_dtt.c
index c5b1d4d8fd297f70a9942e5a37432524d288cc8f..3cfd36ef7389bf8f2c5cfad5feea95e41d95762c 100644 (file)
@@ -55,6 +55,6 @@ int do_dtt (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])
 
 U_BOOT_CMD(
          dtt,  1,      1,      do_dtt,
-         "dtt     - Digital Thermometer and Thermostat\n",
-         "        - Read temperature from digital thermometer and thermostat.\n"
+         "Read temperature from Digital Thermometer and Thermostat",
+         ""
 );