From d35edb7ff5dd9c7334008b7a22d793af1c7a2e75 Mon Sep 17 00:00:00 2001 From: Bojan Djurkovic Date: Thu, 18 Oct 2018 10:14:01 -0300 Subject: [PATCH] add bin data usage --- cmd/ghz/main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/ghz/main.go b/cmd/ghz/main.go index c0ef27f3..6aa42aba 100644 --- a/cmd/ghz/main.go +++ b/cmd/ghz/main.go @@ -82,6 +82,8 @@ Options: -d The call data as stringified JSON. If the value is '@' then the request contents are read from stdin. -D Path for call data JSON file. For example, /home/user/file.json or ./file.json. + -b The call data comes as serialized binary message read from stdin. + -B Path for the call data as serialized binary message. -m Request metadata as stringified JSON. -M Path for call metadata JSON file. For example, /home/user/metadata.json or ./metadata.json.