diff options
author | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2009-05-09 00:27:07 +0000 |
---|---|---|
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2009-05-09 00:27:07 +0000 |
commit | ce9867780af4882b3ad91d66949a0a179f7996c2 (patch) | |
tree | 88297349d3d7916234443027e7e4c3e1246e3490 | |
parent | 4179d29207c4135eff3901480fd996d2b4c821e6 (diff) | |
download | flashrom-ce9867780af4882b3ad91d66949a0a179f7996c2.tar.gz flashrom-ce9867780af4882b3ad91d66949a0a179f7996c2.tar.bz2 flashrom-ce9867780af4882b3ad91d66949a0a179f7996c2.zip |
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>
-rw-r--r-- | flashrom.8 | 5 | ||||
-rw-r--r-- | flashrom.c | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -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 of the box. .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" Show a help text and exit. .TP @@ -313,6 +313,7 @@ void usage(const char *name) " -l | --layout <file.layout>: read rom layout from file\n" " -i | --image <name>: only flash image name from flash layout\n" " -L | --list-supported: print supported devices\n" + " -p | --programmer <name>: specify the programmer device\n" " -h | --help: print this help text\n" " -R | --version: print the version (release)\n" "\n" " If no file is specified, then all that happens" |