mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #33777 from sodium-chloride/2015.8-2016-0604-1939
Fix minor docstring issue of arg being missing
This commit is contained in:
commit
bb4194bb79
1 changed files with 1 additions and 1 deletions
|
@ -1195,7 +1195,7 @@ def get_bufsize(iface):
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
salt '*' network.get_bufsize
|
||||
salt '*' network.get_bufsize eth0
|
||||
'''
|
||||
if __grains__['kernel'] == 'Linux':
|
||||
if os.path.exists('/sbin/ethtool'):
|
||||
|
|
Loading…
Add table
Reference in a new issue