Merge pull request #31191 from rallytime/fix-27498

Make sure doc example matches kwarg
This commit is contained in:
Nicole Thomas 2016-02-13 14:34:57 -07:00
commit 434e05667a

View file

@ -216,7 +216,7 @@ def clear_mine_func(tgt=None, expr_form='glob', clear_mine_func_flag=None):
.. code-block:: bash
salt-run cache.clear_mine_func tgt='*' clear_mine_func='network.interfaces'
salt-run cache.clear_mine_func tgt='*' clear_mine_func_flag='network.interfaces'
'''
return _clear_cache(tgt, expr_form, clear_mine_func_flag=clear_mine_func_flag)