From 37d351ffbfa0589e432f57a43bd86a7cafcf5d15 Mon Sep 17 00:00:00 2001 From: Ihar Kryvanos Date: Wed, 27 Nov 2024 12:05:30 +0100 Subject: [PATCH] SNOW-1665684 fix typo --- services/httpoverrpc/client/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/httpoverrpc/client/client.go b/services/httpoverrpc/client/client.go index 88d890aa..7497d037 100644 --- a/services/httpoverrpc/client/client.go +++ b/services/httpoverrpc/client/client.go @@ -239,7 +239,7 @@ func (*getCmd) Usage() string { Examples: # send get request to https://localhost:9090/hello httpoverrpc get --hostname 10.1.23.4 --protocol https 9090 /hello - # send get request with url http://example.com:9090/hello, but deal to localhost:9090 + # send get request with url http://example.com:9090/hello, but dial to localhost:9090 httpoverrpc get --hostname example.com --dialAddress localhost:9090 9090 /hello Note: