Skip to content

Commit

Permalink
Merge pull request saltstack#5141 from jasonrm/doc-file-recurse
Browse files Browse the repository at this point in the history
Fix minor file.recurse doc error
  • Loading branch information
thatch45 committed May 19, 2013
2 parents 927e04e + 1ce15ac commit 43c731a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions salt/states/file.py
Expand Up @@ -1114,10 +1114,10 @@ def recurse(name,
list and preserve in the destination.
Example::
- exclude: APPDATA* :: glob matches APPDATA.01,
APPDATA.02,.. for exclusion
- exclude: E@(APPDATA)|(TEMPDATA) :: regexp matches APPDATA
or TEMPDATA for exclusion
- exclude_pat: APPDATA* :: glob matches APPDATA.01,
APPDATA.02,.. for exclusion
- exclude_pat: E@(APPDATA)|(TEMPDATA) :: regexp matches APPDATA
or TEMPDATA for exclusion
maxdepth
When copying, only copy paths which are depth maxdepth from the source
Expand Down

0 comments on commit 43c731a

Please sign in to comment.