diff options
author | Bernhard Walle <bernhard.walle@gmx.de> | 2008-01-21 15:24:22 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2008-01-21 15:24:22 +0000 |
commit | 679c62c083d4e4edbc292160d441dbfe6ae3cd40 (patch) | |
tree | 160f77d972437c32697c9e30a3ea7161ce77158e /util/flashrom/flashrom.8 | |
parent | 8ce4a19b20f22f74573a93566d4a202e58f00758 (diff) |
This patch adds version information to flashrom. Because 'v' and 'V'
are already in use, the patch uses 'R' (for release) and, of course,
'--version'.
Signed-off-by: Bernhard Walle <bernhard.walle@gmx.de>
Acked-by: Ulf Jordan <jordan@chalmers.se>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3067 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/flashrom.8')
-rw-r--r-- | util/flashrom/flashrom.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/util/flashrom/flashrom.8 b/util/flashrom/flashrom.8 index 007cd9e837..3251738607 100644 --- a/util/flashrom/flashrom.8 +++ b/util/flashrom/flashrom.8 @@ -2,7 +2,7 @@ .SH NAME flashrom \- a universal BIOS/ROM/flash programming utility .SH SYNOPSIS -.B flashrom \fR[\fB\-rwvEVfh\fR] [\fB\-c\fR chipname] [\fB\-s\fR exclude_start] [\fB\-e\fR exclude_end] +.B flashrom \fR[\fB\-rwvEVfhR\fR] [\fB\-c\fR chipname] [\fB\-s\fR exclude_start] [\fB\-e\fR exclude_end] [\fB-m\fR vendor:part] [\fB-l\fR file.layout] [\fB-i\fR image_name] [file] .SH DESCRIPTION .B flashrom @@ -63,9 +63,9 @@ from flash layout. .TP .B "\-h, \-\-help" Show a help text and exit. -.\".TP -.\".B "\-\-version" -.\"Show version information and exit. +.TP +.B "\-R, \-\-version" +Show version information and exit. .SH BUGS Please report any bugs at .BR http://tracker.coreboot.org/trac/coreboot/newticket "," |