mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
docstring improvement for network.ping module execution
This commit is contained in:
parent
c1458980f3
commit
b3f638ff0f
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ def wol(mac, bcast='255.255.255.255', destport=9):
|
|||
|
||||
def ping(host, timeout=False, return_boolean=False):
|
||||
'''
|
||||
Performs a ping to a host
|
||||
Performs an ICMP ping to a host
|
||||
|
||||
CLI Example:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue