diff --git a/salt/utils/find.py b/salt/utils/find.py index c82b27965f1..d722066caa2 100644 --- a/salt/utils/find.py +++ b/salt/utils/find.py @@ -25,7 +25,7 @@ file-glob: * = match zero or more chars - ? = match any char + ? = match zero or single char [abc] = match a, b, or c [!abc] or [^abc] = match anything except a, b, and c [x-y] = match chars x through y