mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Fixed wrong CLI example in show_sls docstring
simple edit: state.sls -> state.show_sls
This commit is contained in:
parent
f5251f80d5
commit
b17b609d68
@ -162,7 +162,7 @@ def show_sls(mods, env='base', test=None, **kwargs):
|
||||
|
||||
CLI Example::
|
||||
|
||||
salt '*' state.sls core,edit.vim dev
|
||||
salt '*' state.show_sls core,edit.vim dev
|
||||
'''
|
||||
opts = copy.copy(__opts__)
|
||||
if not test is None:
|
||||
|
Loading…
Reference in New Issue
Block a user