]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_dtt.c
mkimage: Make genimg_print_size() global
[karo-tx-uboot.git] / 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",
+         ""
 );