Skip to content

Commit

Permalink
SNOW-1665684 fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ikryvanos committed Nov 28, 2024
1 parent 37d351f commit 81defb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/httpoverrpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Note:

Examples:
```bash
# send get request to https://localhost:9090/hello
# send get request to https://10.1.23.4: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
httpoverrpc get --hostname example.com --dialAddress localhost:9090 9090 /hello
Expand Down
2 changes: 1 addition & 1 deletion services/httpoverrpc/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ func (*getCmd) Usage() string {
Make a HTTP request to a specified port on the remote host.
Examples:
# send get request to https://localhost:9090/hello
# send get request to https://10.1.23.4:9090/hello
httpoverrpc get --hostname 10.1.23.4 --protocol https 9090 /hello
# 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
Expand Down

0 comments on commit 81defb6

Please sign in to comment.