corrected misleading comment

This commit is contained in:
hiteshbedre 2023-05-03 01:27:14 +05:30 committed by Megan Wilhite
parent 4d617dd44a
commit f68e9616b9

View file

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