Skip to content

Commit

Permalink
Fix minor file.recurse doc error
Browse files Browse the repository at this point in the history
This minor doc error got me stuck for a few more minutes than it should have, better fix it.
  • Loading branch information
jasonrm committed May 19, 2013
1 parent 927e04e commit 1ce15ac
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 1ce15ac

Please sign in to comment.