diff --git a/salt/modules/state.py b/salt/modules/state.py index b1622201d4..931175e154 100644 --- a/salt/modules/state.py +++ b/salt/modules/state.py @@ -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: