From f0e769e12597359fa41f04baa8a69853fd9f1ebf Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Wed, 23 Dec 2015 10:45:51 -0600 Subject: [PATCH] s/Regex/RegEx/ --- ansible_testing/modules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible_testing/modules.py b/ansible_testing/modules.py index cc68e5df80c..c475c5d0abe 100644 --- a/ansible_testing/modules.py +++ b/ansible_testing/modules.py @@ -473,7 +473,7 @@ def main(): parser.add_argument('modules', help='Path to module or module directory') parser.add_argument('-w', '--warnings', help='Show warnings', action='store_true') - parser.add_argument('--exclude', help='Regex exclusion pattern', + parser.add_argument('--exclude', help='RegEx exclusion pattern', type=re_compile) args = parser.parse_args()