Skip to content

Commit 7ff3751

Browse files
committed
Added help contents of otp_config_read
1 parent 32113d3 commit 7ff3751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/mfg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1599,7 +1599,7 @@ static int otp_config_read(int argc, char **argv)
15991599
.cfg_type=CFG_SHORT,
16001600
.value_addr=&cfg.config_start_address,
16011601
.argument_type=required_argument,
1602-
.help="Start Address from the OTP to read Config data\n"},
1602+
.help="Start Address from the OTP to read Config data\n Config region starts from 0x1800\n"},
16031603
{"len", 'l', "Config Length",
16041604
.cfg_type=CFG_SHORT,
16051605
.value_addr=&cfg.config_length,

0 commit comments

Comments
 (0)