From: Jens Axboe Date: Sun, 26 Aug 2012 17:32:22 +0000 (+0200) Subject: README: update for newer client job file argument format X-Git-Tag: fio-2.0.10~45 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=a7321eede75b2713067349a1fdcd0e67fdcac6bb;ds=sidebyside README: update for newer client job file argument format Signed-off-by: Jens Axboe --- 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 +fio --client=server2 --client=server2 Platforms