X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2Fcmd_gettime.c;h=c48baad9a106ab9ec0cdfc1e1544cbd437231ff8;hb=9aa1280a5644a1d05859b862ebc7b60a862e0ef3;hp=320ff709fafba3a6abe2f5f1cb6b12a152788df1;hpb=326ea986ac150acdc7656d57fca647db80b50158;p=u-boot diff --git a/common/cmd_gettime.c b/common/cmd_gettime.c index 320ff709fa..c48baad9a1 100644 --- a/common/cmd_gettime.c +++ b/common/cmd_gettime.c @@ -35,6 +35,6 @@ static int do_gettime(cmd_tbl_t *cmdtp, int flag, int argc, U_BOOT_CMD( gettime, 1, 1, do_gettime, - "get timer val elapsed,\n", - "get time elapsed from uboot start\n" + "get timer val elapsed", + "get time elapsed from uboot start" );