find.py: Editing contains description to say regex (#4452)
find module contains argument appears to accept regex; correcting description accordingly
This commit is contained in:
parent
5f1ac88414
commit
013e91e9b0
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ options:
|
|||
required: false
|
||||
default: null
|
||||
description:
|
||||
- One or more re patterns which should be matched against the file content
|
||||
- One or more regex patterns which should be matched against the file content
|
||||
paths:
|
||||
required: true
|
||||
aliases: [ "name", "path" ]
|
||||
|
|
Loading…
Reference in a new issue