find.py: Editing contains description to say regex (#4452)
find module contains argument appears to accept regex; correcting description accordinglypull/4420/head
parent
8d4fe2a767
commit
8ffe5c3c54
|
@ -56,7 +56,7 @@ options:
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
description:
|
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:
|
paths:
|
||||||
required: true
|
required: true
|
||||||
aliases: [ "name", "path" ]
|
aliases: [ "name", "path" ]
|
||||||
|
|
Loading…
Reference in New Issue