]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_dtt.c
stdio/device: rework function naming convention
[karo-tx-uboot.git] / common / cmd_dtt.c
index 7783c880ba444f49d7993b84e8d8a8f6c7a68acb..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,
-         "Digital Thermometer and Thermostat",
-         "        - Read temperature from digital thermometer and thermostat.\n"
+         "Read temperature from Digital Thermometer and Thermostat",
+         ""
 );