diff options
author | Idwer Vollering <vidwer@gmail.com> | 2009-01-11 03:31:02 +0000 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2009-01-11 03:31:02 +0000 |
commit | 6fa7e6dae97853c948d1b5e5cffb35fa0f042dc5 (patch) | |
tree | 9b38b2c271d88876716194039584578e081c301e /util | |
parent | 4dad15084951748f1737523b260d51c528ecce56 (diff) | |
download | coreboot-6fa7e6dae97853c948d1b5e5cffb35fa0f042dc5.tar.xz |
flashrom: Update usage in README
Mimicked from flashrom.c
Signed-off-by: Idwer Vollering <vidwer@gmail.com>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3855 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util')
-rw-r--r-- | util/flashrom/README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/util/flashrom/README b/util/flashrom/README index 5f56869135..656468f734 100644 --- a/util/flashrom/README +++ b/util/flashrom/README @@ -21,7 +21,7 @@ To build the flashrom utility you need to install the following packages: Usage ----- - $ flashrom [-rwvEVfh] [-c chipname] [-s exclude_start] [-e exclude_end] + $ flashrom [-rwvEVfLhR] [-c chipname] [-s exclude_start] [-e exclude_end] [-m [vendor:]part] [-l file.layout] [-i imagename] [file] -r | --read: read flash and save into file -w | --write: write file into flash (default when @@ -36,6 +36,9 @@ Usage -f | --force: force write without checking image -l | --layout <file.layout>: read rom layout from file -i | --image <name>: only flash image name from flash layout + -L | --list-supported: print supported devices + -h | --help: print this help text + -R | --version: print the version (release) If no file is specified, then all that happens is that flash info is dumped and the flash chip is set to writable. |