Fix cli example of salt.modules.network.arp

Remove an useless '*' symbol in cli example of salt.modules.network.arp
This commit is contained in:
Boris Feld 2013-10-10 14:03:05 +02:00
parent b322026d2e
commit 7fd2c25cde

View File

@ -159,7 +159,7 @@ def arp():
.. code-block:: bash
salt '*' '*' network.arp
salt '*' network.arp
'''
ret = {}
out = __salt__['cmd.run']('arp -an')