Skip to content

Commit

Permalink
Merge pull request #2398 from nickanderson/CFE-3541/3.15
Browse files Browse the repository at this point in the history
CFE-3541/3.15: Clarified description of depth-search xdev attribute behavior
  • Loading branch information
nickanderson committed Jan 14, 2021
2 parents d9b0313 + d33c775 commit ac5db95
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions reference/promise-types/files.markdown
Expand Up @@ -1608,8 +1608,7 @@ dangerous assumption and links are not traversed.

#### xdev

**Description:** true/false exclude directories that are on different
devices
**Description:** When **true** files and directories on different devices from the promiser will be excluded from `depth_search` results.

**Type:** [`boolean`][boolean]

Expand All @@ -1618,10 +1617,10 @@ devices
**Example:**

```cf3
body depth_search example
{
xdev => "true";
}
body depth_search example
{
xdev => "true";
}
```

### edit_defaults
Expand Down

0 comments on commit ac5db95

Please sign in to comment.