This commit is contained in:
Kovid Goyal
2023-04-18 09:05:28 +05:30
parent e4baca6d97
commit 92e68a6e0c
4 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ def option_text() -> str:
--glob
type=bool-set
Interpret file arguments as glob patterns. Globbing is based on
Based on standard wildcards with the addition that ``/**/`` matches any number of directories.
standard wildcards with the addition that ``/**/`` matches any number of directories.
See the :link:`detailed syntax <https://github.com/bmatcuk/doublestar#patterns>`.