Clarify supported ping utils
This commit is contained in:
parent
ca99569e6f
commit
90593a07b8
|
@ -2,8 +2,9 @@
|
||||||
|
|
||||||
Sends a ping message by executing the system ping command and reports the results.
|
Sends a ping message by executing the system ping command and reports the results.
|
||||||
|
|
||||||
Currently there is no support for GNU Inetutils, use with iputils-ping
|
Most ping command implementations are supported, one notable exception being
|
||||||
instead:
|
that there is currently no support for GNU Inetutils ping. You may instead
|
||||||
|
use the iputils-ping implementation:
|
||||||
```
|
```
|
||||||
apt-get install iputils-ping
|
apt-get install iputils-ping
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue