Repository: incubator-ratis
Updated Branches:
  refs/heads/master a8c4ca056 -> b7b7e7e0e


RATIS-464. FileStore example readme is incorrect. Contributed by Mukul Kumar 
Singh.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ratis/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ratis/commit/b7b7e7e0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ratis/tree/b7b7e7e0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ratis/diff/b7b7e7e0

Branch: refs/heads/master
Commit: b7b7e7e0e270531cbe916faed47e38b5e0b21dc3
Parents: a8c4ca0
Author: Mukul Kumar Singh <[email protected]>
Authored: Fri Dec 28 10:56:16 2018 +0530
Committer: Mukul Kumar Singh <[email protected]>
Committed: Fri Dec 28 10:56:16 2018 +0530

----------------------------------------------------------------------
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/b7b7e7e0/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 03aa89b..bc82248 100644
--- a/README.md
+++ b/README.md
@@ -35,11 +35,11 @@ For example `ratis-examples/src/main/bin/server.sh 
filestore server --id n0 --st
 
 ### Client
 
-To spawn the FileStoreStateMachine client, use `bin/client.sh filestore 
loadgen --value <file_size> --files <num_files> --peers <id:ip_address,...>`
+To spawn the FileStoreStateMachine client, use `bin/client.sh filestore 
loadgen --size <file_size> --numFiles <num_files> --peers <id:ip_address,...>`
 
 Where, file_size is the size of the file to be generated in bytes, num_files 
is the number of files to be generated.
 
-For example `ratis-examples/src/main/bin/client.sh filestore loadgen --value 
1048576 --files 1000 --peers 
n0:172.26.32.224:6000,n1:172.26.32.225:6001,n2:172.26.32.226:6002`
+For example `ratis-examples/src/main/bin/client.sh filestore loadgen --size 
1048576 --numFiles 1000 --peers 
n0:172.26.32.224:6000,n1:172.26.32.225:6001,n2:172.26.32.226:6002`
 
 ## Arithmetic
 

Reply via email to