1
0
Fork 0

cmd: Fix gettime command help

Remove the additional ',' and '\n' from the gettime command help.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
utp
Bin Meng 2015-01-19 21:32:00 +08:00 committed by Tom Rini
parent e3046ba4da
commit 89fc8bbf44
1 changed files with 2 additions and 2 deletions

View File

@ -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"
);