]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_itest.c
FSL: Move board/mpc8266ads under board/freescale
[u-boot] / common / cmd_itest.c
index 87260b02d6056e2ea7ea5b2fc07b361437c3cf4a..ce988723c02d18733d79410dddb385746c9a06e7 100644 (file)
@@ -192,6 +192,6 @@ int do_itest ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[] )
 
 U_BOOT_CMD(
        itest, 4, 0, do_itest,
-       "itest   - return true/false on integer compare\n",
+       "itest\t- return true/false on integer compare\n",
        "[.b, .w, .l, .s] [*]value1 <op> [*]value2\n"
 );