Updates to fileglob Documentation (#40461)

This commit is contained in:
Daryl Tucker 2018-05-23 18:59:42 -07:00 committed by Jordan Borean
commit 5edc46431a

View file

@ -17,7 +17,8 @@ DOCUMENTATION = """
description: path(s) of files to read description: path(s) of files to read
required: True required: True
notes: notes:
- Patterns ore only supported on files, not directory/paths. - Patterns are only supported on files, not directory/paths.
- Matching is against local system files.
""" """
EXAMPLES = """ EXAMPLES = """