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: