summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-01-19 21:32:00 +0800
committerTom Rini <trini@ti.com>2015-01-30 09:19:16 -0500
commit89fc8bbf44e2ce6d73e0c71a9e88e477e91bc0db (patch)
tree9e4981c5601f03be465cddd06f4c654f7a52c8c4 /common
parente3046ba4daa4a4e5b7aedd9a1aa3b8d72e5ad559 (diff)
downloadblackbird-obmc-uboot-89fc8bbf44e2ce6d73e0c71a9e88e477e91bc0db.tar.gz
blackbird-obmc-uboot-89fc8bbf44e2ce6d73e0c71a9e88e477e91bc0db.zip
cmd: Fix gettime command help
Remove the additional ',' and '\n' from the gettime command help. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'common')
-rw-r--r--common/cmd_gettime.c4
1 files changed, 2 insertions, 2 deletions
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"
);
OpenPOWER on IntegriCloud