mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 18:35:42 +01:00 
			
		
		
		
	cmd: Fix gettime command help
Remove the additional ',' and '\n' from the gettime command help. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
		| @@ -35,6 +35,6 @@ static int do_gettime(cmd_tbl_t *cmdtp, int flag, int argc, | |||||||
|  |  | ||||||
| U_BOOT_CMD( | U_BOOT_CMD( | ||||||
| 	gettime,	1,	1,	do_gettime, | 	gettime,	1,	1,	do_gettime, | ||||||
| 	"get timer val elapsed,\n", | 	"get timer val elapsed", | ||||||
| 	"get time elapsed from uboot start\n" | 	"get time elapsed from uboot start" | ||||||
| ); | ); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user