X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2Fcmd_gettime.c;h=c48baad9a106ab9ec0cdfc1e1544cbd437231ff8;hb=4e389366e8a2c0f635bb7bf35a2386019518bbbd;hp=320ff709fafba3a6abe2f5f1cb6b12a152788df1;hpb=8b485ba12b0defa0c4ed3559789250238f8331a8;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" );