find.py: Editing contains description to say regex (#4452)

find module contains argument appears to accept regex; correcting description accordingly
pull/18777/head
Chris Short 8 years ago committed by Matt Clay
parent 8d4fe2a767
commit 8ffe5c3c54

@ -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…
Cancel
Save