From b293b114a342872094d21444a0394514e6e112ac Mon Sep 17 00:00:00 2001 From: Zhi Yan Liu Date: Mon, 29 Sep 2014 18:11:37 +0800 Subject: [PATCH] Fix typo in README Change-Id: If872da7399e81d7d90a42773143012fd82362c4c Signed-off-by: Zhi Yan Liu --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 16b0c2575..0220fb2e7 100644 --- a/README.rst +++ b/README.rst @@ -125,7 +125,7 @@ performance test for 30 seconds using 4 producer processes with the observer role is also disabled in this example by setting its number of workers to zero:: - $ zaqar-bench -pp 4 -pw 10 -cw 4 -cw 20 -ow 0 -t 30 + $ zaqar-bench -pp 4 -pw 10 -cp 4 -cw 20 -ow 0 -t 30 By default, the results are in JSON. For more human-readable output add the ``--verbose`` flag. Verbose output looks similar to the following::