mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #31191 from rallytime/fix-27498
Make sure doc example matches kwarg
This commit is contained in:
commit
434e05667a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue