From 013e91e9b0365e975a2f3cf6d19bfd499504b7fd Mon Sep 17 00:00:00 2001 From: Chris Short Date: Wed, 17 Aug 2016 11:53:05 -0400 Subject: [PATCH] find.py: Editing contains description to say regex (#4452) find module contains argument appears to accept regex; correcting description accordingly --- files/find.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/find.py b/files/find.py index 7d7d4ab03a5..88dc8d382ae 100644 --- a/files/find.py +++ b/files/find.py @@ -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" ]