From 32d72902c8cc7b0ee964452c26b139cc9a34c11e Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 19 Jul 2018 13:56:58 +0100 Subject: [PATCH] ping: add -O example (#2203) --- pages/common/ping.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/ping.md b/pages/common/ping.md index ae524a9cf..1b72e6f30 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}}`