Fixed wrong CLI example in show_sls docstring

simple edit:
    state.sls -> state.show_sls
This commit is contained in:
David Pravec 2012-08-28 17:43:45 +02:00
parent f5251f80d5
commit b17b609d68

View File

@ -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: