mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-01 12:45:34 +00:00
Update help docs to reflect support for alternative grouping in shell-style patterns
This commit is contained in:
parent
4efc7cd0bd
commit
ee0ca13ab5
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,8 @@ class HelpMixIn:
|
|||
Like fnmatch patterns these are similar to shell patterns. The difference
|
||||
is that the pattern may include ``**/`` for matching zero or more directory
|
||||
levels, ``*`` for matching zero or more arbitrary characters with the
|
||||
exception of any path separator. A leading path separator is always removed.
|
||||
exception of any path separator, ``{}`` containing comma-separated
|
||||
alternative patterns. A leading path separator is always removed.
|
||||
|
||||
`Regular expressions <https://docs.python.org/3/library/re.html>`_, selector ``re:``
|
||||
Unlike shell patterns, regular expressions are not required to match the full
|
||||
|
|
Loading…
Reference in a new issue