mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-29 16:03:47 +02:00
Fix incorrect manpage
The flashrom manpage currently says "-w, --write: Write file into flash ROM (default when <file> is specified)". This is no longer true for recent flashrom versions, which only write if you explicitly use the -w option. Proof: $ flashrom coreboot.rom flashrom v0.9.0-r631 No coreboot table found. Found chipset "Intel ICH7/ICH7R", enabling flash write... OK. Found board "Kontron 986LCD-M", enabling flash write... OK. Calibrating delay loop... OK. Found chip "PMC Pm49FL004" (512 KB) at physical address 0xfff80000. No operations were specified. Thus, fix manpage accordingly. Corresponding to flashrom svn r649. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
parent
a721ae2005
commit
9d68080e0e
@ -33,9 +33,7 @@ Read flash ROM contents and save them into the given
|
||||
.BR <file> .
|
||||
.TP
|
||||
.B "\-w, \-\-write <file>"
|
||||
Write file into flash ROM (default when
|
||||
.B <file>
|
||||
is specified).
|
||||
Write file into flash ROM.
|
||||
.TP
|
||||
.B "\-n, \-\-noverify"
|
||||
Do
|
||||
|
Loading…
x
Reference in New Issue
Block a user