ping: add -a example (#1027)

This commit is contained in:
David Pavlík 2016-09-23 16:47:43 +02:00 committed by Waldir Pimenta
parent d1e3c7b43e
commit c49289b4a7

View File

@ -17,3 +17,7 @@
- Ping host without trying to lookup symbolic names for addresses:
`ping -n {{host}}`
- Ping host and ring the bell when a packet is received (if your terminal supports it):
`ping -a {{host}}`