]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_dtt.c
Command usage cleanup
[karo-tx-uboot.git] / common / cmd_dtt.c
index c5b1d4d8fd297f70a9942e5a37432524d288cc8f..7783c880ba444f49d7993b84e8d8a8f6c7a68acb 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",
+         "Digital Thermometer and Thermostat",
          "        - Read temperature from digital thermometer and thermostat.\n"
 );