Clarify supported ping utils

This commit is contained in:
Daniel Nelson 2019-04-08 15:42:28 -07:00
parent ca99569e6f
commit 90593a07b8
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 3 additions and 2 deletions

View File

@ -2,8 +2,9 @@
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
instead:
Most ping command implementations are supported, one notable exception being
that there is currently no support for GNU Inetutils ping. You may instead
use the iputils-ping implementation:
```
apt-get install iputils-ping
```