From a54d5e878dfa423c9e78a70f049c643d5b5b7828 Mon Sep 17 00:00:00 2001 From: Bojan Djurkovic Date: Thu, 23 Aug 2018 21:13:30 -0300 Subject: [PATCH] [skip ci] update usage in readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 56d32372..6aa5279d 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,8 @@ Options: -call A fully-qualified method name in 'service/method' or 'service.method' format. -cert The file containing the CA root cert file. -cname An override of the expect Server Cname presented by the server. - -config Path to the config JSON file. + -config Path to the config JSON file + -insecure Specify for non TLS connection -c Number of requests to run concurrently. Total number of requests cannot be smaller than the concurrency level. Default is 50.