Skip to content
Snippets Groups Projects
Commit 89fc8bbf authored by Bin Meng's avatar Bin Meng Committed by Tom Rini
Browse files

cmd: Fix gettime command help


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

Signed-off-by: default avatarBin Meng <bmeng.cn@gmail.com>
parent e3046ba4
No related branches found
No related tags found
No related merge requests found
......@@ -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"
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment