README: update for newer client job file argument format
authorJens Axboe <axboe@kernel.dk>
Sun, 26 Aug 2012 17:32:22 +0000 (19:32 +0200)
committerJens Axboe <axboe@kernel.dk>
Sun, 26 Aug 2012 17:32:45 +0000 (19:32 +0200)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
README

diff --git a/README b/README
index c21fb6a97c6e37b3a0d5c37a0d21160da450425e..8bce835baf05be5e55278984f1334de4c769da15 100644 (file)
--- 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