From ee0ca13ab51d3f3dc06bf8a6072573c11a134fd8 Mon Sep 17 00:00:00 2001 From: David Rambo Date: Tue, 30 May 2023 18:10:04 -0700 Subject: [PATCH] Update help docs to reflect support for alternative grouping in shell-style patterns --- src/borg/archiver/help_cmd.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/borg/archiver/help_cmd.py b/src/borg/archiver/help_cmd.py index 8bc8d178e..440a87bbf 100644 --- a/src/borg/archiver/help_cmd.py +++ b/src/borg/archiver/help_cmd.py @@ -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 `_, selector ``re:`` Unlike shell patterns, regular expressions are not required to match the full