diff --git a/salt/modules/network.py b/salt/modules/network.py index 1e09675d7f..edd8bc4d9b 100644 --- a/salt/modules/network.py +++ b/salt/modules/network.py @@ -159,7 +159,7 @@ def arp(): .. code-block:: bash - salt '*' '*' network.arp + salt '*' network.arp ''' ret = {} out = __salt__['cmd.run']('arp -an')