1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-30 22:17:57 +01:00

httping: change param of option -g from {{host}} to {{url}}

This commit is contained in:
thiswind 2019-02-11 14:50:03 +08:00 committed by Starbeamrainbowlabs
parent 94230238de
commit 6c0eb42496
No known key found for this signature in database
GPG key ID: 1BE5172E637709C2

View file

@ -2,9 +2,9 @@
> Measure the latency and throughput of a web server.
- Ping the web server on `host`:
- Ping the specified url:
`httping -g {{host}}`
`httping -g {{url}}`
- Ping the web server on `host` and `port`: