]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_itest.c
Move do_irqinfo() to common/cmd_irq.c
[u-boot] / common / cmd_itest.c
index 309b08bb03a5121adae34dfd825c16e1c772c4ab..5b301bf5a52821e91430ae458ae1d51e0ca2bb95 100644 (file)
@@ -191,5 +191,5 @@ int do_itest ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[] )
 U_BOOT_CMD(
        itest, 4, 0, do_itest,
        "return true/false on integer compare",
-       "[.b, .w, .l, .s] [*]value1 <op> [*]value2\n"
+       "[.b, .w, .l, .s] [*]value1 <op> [*]value2"
 );