1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 16:13:31 +02:00

Merge pull request #217 from felixonmars/ping-page

ping page: add -n param
This commit is contained in:
Romain Prieto 2014-07-24 09:07:19 +10:00
commit 8025803d9d

View file

@ -13,3 +13,7 @@
- Ping host, waiting for 0.5 s between each request (default is 1 s)
`ping -i 0.5 {{host}}`
- Ping host without trying to lookup symbolic names for addresses
`ping -n {{host}}`