mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
corrected misleading comment
This commit is contained in:
parent
4d617dd44a
commit
f68e9616b9
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ The default action is 'print=path'.
|
|||
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue