diff --git a/pages/common/ping.md b/pages/common/ping.md index ae524a9cfa..1b72e6f30a 100644 --- a/pages/common/ping.md +++ b/pages/common/ping.md @@ -21,3 +21,7 @@ - Ping host and ring the bell when a packet is received (if your terminal supports it): `ping -a {{host}}` + +- Also display a message if no response was received: + +`ping -O {{host}}`