From dbc6ab9f75bd0c13d3f42692e9463f8ab65fc382 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 23 Mar 2009 22:17:27 -0400 Subject: Blackfin: drop newline from OTP help Looks like I accidentally added a newline to the OTP help when merging and older change. Signed-off-by: Mike Frysinger --- common/cmd_otp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/cmd_otp.c b/common/cmd_otp.c index 65232903b..4be43448a 100644 --- a/common/cmd_otp.c +++ b/common/cmd_otp.c @@ -225,7 +225,7 @@ int do_otp(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) } U_BOOT_CMD(otp, 7, 0, do_otp, - "One-Time-Programmable sub-system\n", + "One-Time-Programmable sub-system", "read [count] [half]\n" " - read 'count' half-pages starting at 'page' (offset 'half') to 'addr'\n" "otp dump [count] [half]\n" -- cgit v1.2.3