summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorstuge <stuge@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2009-01-11 03:31:02 +0000
committerstuge <stuge@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2009-01-11 03:31:02 +0000
commit85adb85d9b34fa11d93b5fabf82577023a27842f (patch)
treee3e52ca8e392abbee50b65fffda710ee7f3a3d66 /README
parentea5f54be4ea7452e664c6c260f3d45e56ba9a401 (diff)
downloadflashrom-85adb85d9b34fa11d93b5fabf82577023a27842f.tar.gz
Original v2 revision: 3855
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: https://code.coreboot.org/svn/flashrom/trunk@377 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index 5f56869..656468f 100644
--- a/README
+++ b/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.