diff --git a/flashrom.8.tmpl b/flashrom.8.tmpl index 463453905..4ae7e71bf 100644 --- a/flashrom.8.tmpl +++ b/flashrom.8.tmpl @@ -47,7 +47,7 @@ flashrom \- detect, read, write, verify and erase flash chips .B flashrom \fR[\fB\-h\fR|\fB\-R\fR|\fB\-L\fR|\fB\-z\fR| \fB\-p\fR [:] [\fB\-c\fR ] (\fB\-\-flash\-name\fR|\fB\-\-flash\-size\fR| - [\fB\-E\fR|\fB\-r\fR |\fB\-w\fR |\fB\-v\fR ] + [\fB\-E\fR|\fB\-x\fR|\fB\-r\fR |\fB\-w\fR |\fB\-v\fR ] [(\fB\-l\fR |\fB\-\-ifd|\fB \-\-fmap\fR|\fB\-\-fmap-file\fR ) [\fB\-i\fR [:]]] [\fB\-n\fR] [\fB\-N\fR] [\fB\-f\fR])] @@ -136,6 +136,10 @@ Verify the flash ROM contents against the given .B "\-E, \-\-erase" Erase the flash ROM chip. .TP +.B "\-x, \-\-extract" +Extract every region defined on the layout from flash ROM chip to a +file with the same name as the extracted region. +.TP .B "\-V, \-\-verbose" More verbose output. This option can be supplied multiple times (max. 3 times, i.e.