From 89fc8bbf44e2ce6d73e0c71a9e88e477e91bc0db Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Mon, 19 Jan 2015 21:32:00 +0800 Subject: cmd: Fix gettime command help Remove the additional ',' and '\n' from the gettime command help. Signed-off-by: Bin Meng --- common/cmd_gettime.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common') 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" ); -- cgit v1.2.1