pmemblk: Clarify fsize is in MiB not MB
[fio.git] / README
diff --git a/README b/README
index fdd5bec69269e45dcbad0ebb76b2297b172c0f09..31d53fe4aa3f892e1ee3bbfbb7dd07e5716ca92c 100644 (file)
--- a/README
+++ b/README
@@ -21,7 +21,8 @@ If git:// does not work, use the http protocol instead:
 
        http://git.kernel.dk/fio.git
 
-Snapshots are frequently generated and include the git meta data as well.
+Snapshots are frequently generated and fio-git-*.tar.gz include the git
+meta data as well. Other tarballs are archives of official fio releases.
 Snapshots can download from:
 
        http://brick.kernel.dk/snaps/
@@ -152,7 +153,6 @@ $ fio
        --debug                 Enable some debugging options (see below)
        --parse-only            Parse options only, don't start any IO
        --output                Write output to file
-       --runtime               Runtime in seconds
        --bandwidth-log         Generate aggregate bandwidth logs
        --minimal               Minimal (terse) output
        --output-format=type    Output format (terse,json,json+,normal)
@@ -263,7 +263,7 @@ the copyright and license requirements currently apply to examples/ files.
 
 
 Client/server
-------------
+-------------
 
 Normally fio is invoked as a stand-alone application on the machine
 where the IO workload should be generated. However, the frontend and