mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-29 16:03:47 +02:00
Add --programmer to help text and man page
Corresponding to flashrom svn r481. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
parent
4179d29207
commit
ce9867780a
@ -123,6 +123,11 @@ but the list is not exhaustive, of course.
|
|||||||
Please let us know if you can verify other boards to work or not work out
|
Please let us know if you can verify other boards to work or not work out
|
||||||
of the box.
|
of the box.
|
||||||
.TP
|
.TP
|
||||||
|
.B "\-p, \-\-programmer <name>"
|
||||||
|
Specify the programmer device. Currently supported are:
|
||||||
|
.sp
|
||||||
|
.BR " internal" " (default, for in-system flashing in the mainboard)"
|
||||||
|
.TP
|
||||||
.B "\-h, \-\-help"
|
.B "\-h, \-\-help"
|
||||||
Show a help text and exit.
|
Show a help text and exit.
|
||||||
.TP
|
.TP
|
||||||
|
@ -313,6 +313,7 @@ void usage(const char *name)
|
|||||||
" -l | --layout <file.layout>: read rom layout from file\n"
|
" -l | --layout <file.layout>: read rom layout from file\n"
|
||||||
" -i | --image <name>: only flash image name from flash layout\n"
|
" -i | --image <name>: only flash image name from flash layout\n"
|
||||||
" -L | --list-supported: print supported devices\n"
|
" -L | --list-supported: print supported devices\n"
|
||||||
|
" -p | --programmer <name>: specify the programmer device\n"
|
||||||
" -h | --help: print this help text\n"
|
" -h | --help: print this help text\n"
|
||||||
" -R | --version: print the version (release)\n"
|
" -R | --version: print the version (release)\n"
|
||||||
"\n" " If no file is specified, then all that happens"
|
"\n" " If no file is specified, then all that happens"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user