Updates to fileglob Documentation (#40461)

(cherry picked from commit 5edc46431a)
pull/40642/head
Daryl Tucker 8 years ago committed by Jordan Borean
parent a63b6d363b
commit 70a60b6166
No known key found for this signature in database
GPG Key ID: 2AAC89085FBBDAB5

@ -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 = """

Loading…
Cancel
Save