summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2012-08-26 19:32:22 +0200
committerJens Axboe <axboe@kernel.dk>2012-08-26 19:32:45 +0200
commita7321eede75b2713067349a1fdcd0e67fdcac6bb (patch)
tree1386ca0d5d754d112cc886a5c600fb243566a396 /README
parentbd02360115abe2553626a8db663ed580ab93e978 (diff)
downloadfio-a7321eede75b2713067349a1fdcd0e67fdcac6bb.tar.gz
README: update for newer client job file argument format
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index c21fb6a9..8bce835b 100644
--- a/README
+++ b/README
@@ -362,7 +362,7 @@ are sent to the server. The 'server' string follows the same format as it
does on the server side, to allow IP/hostname/socket and port strings.
You can connect to multiple clients as well, to do that you could run:
-fio --client=server2 --client=server2 <job file(s)>
+fio --client=server2 <job file(s)> --client=server2 <job file(s)>
Platforms