diff --git a/README.md b/README.md index 327f962..0dc8504 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ mv redisLoadTest /usr/local/bin/ ``` ## Commands ``` --host=$REMOTE_HOST --username=string --not implemented yet --password=string --not implemented yet +-host=string:string first string is host second is port +-username=string string of username +-password=string string of password -db=int --not implemented yet -initialize=bool defaults to false, initializes database -rate=int defautls to 50 at int / second @@ -27,5 +27,5 @@ mv redisLoadTest /usr/local/bin/ ## sample usage ``` -redisLoadTest -host=MyCoolServer -initialize=true -rate=60 -duration=60 +redisLoadTest -host=MyCoolServer:6379 -initialize=true -rate=60 -duration=60 ``` \ No newline at end of file