diff options
author | Peter Stuge <peter@stuge.se> | 2008-01-27 16:21:21 +0000 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2008-01-27 16:21:21 +0000 |
commit | e2bbcb10d1e477ce3965c5c4a0da902265239811 (patch) | |
tree | b5c96f9cf96a20ea0b5a0a034860770b0ba574f4 /util/flashrom/flashrom.8 | |
parent | 3bbf2ff789791ca6fe3eb9fc7d3c92ce1fc86367 (diff) |
Make the vendor name optional in the -m flashrom parameter when there's only
one board name that matches. The full syntax still works, and is required
when two vendors have boards with the same names.
Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3082 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/flashrom.8')
-rw-r--r-- | util/flashrom/flashrom.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/flashrom/flashrom.8 b/util/flashrom/flashrom.8 index 3251738607..287b7f78fd 100644 --- a/util/flashrom/flashrom.8 +++ b/util/flashrom/flashrom.8 @@ -40,11 +40,11 @@ Exclude start position (obsolete). .B "\-e, \-\-eend" <addr> Exclude end postion (obsolete). .TP -.B "\-m, \-\-mainboard" <vendor:part> +.B "\-m, \-\-mainboard" <[vendor:]part> Override mainboard settings. This option is needed for some mainboards, see the .B flashrom -README for a list. +README for a list. The vendor is not required when the board name is unique. .TP .B "\-f, \-\-force" Force write without checking whether the ROM image file is really meant |