[U-Boot] [PATCH] cmd: Fix gettime command help
Bin Meng
bmeng.cn at gmail.com
Mon Jan 19 14:32:00 CET 2015
Remove the additional ',' and '\n' from the gettime command help.
Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
---
common/cmd_gettime.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/common/cmd_gettime.c b/common/cmd_gettime.c
index 320ff70..c48baad 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"
);
--
1.8.2.1
More information about the U-Boot
mailing list