mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 16:26:29 +00:00
patterns help: mention path full-match in intro
This commit is contained in:
parent
72abd12e3c
commit
5bc17148e1
1 changed files with 2 additions and 2 deletions
|
@ -1561,8 +1561,8 @@ def do_break_lock(self, args, repository):
|
||||||
|
|
||||||
helptext = collections.OrderedDict()
|
helptext = collections.OrderedDict()
|
||||||
helptext['patterns'] = textwrap.dedent('''
|
helptext['patterns'] = textwrap.dedent('''
|
||||||
File patterns support four separate styles: fnmatch, shell, regular
|
File patterns support these styles: fnmatch, shell, regular expressions,
|
||||||
expressions and path prefixes. By default, fnmatch is used for
|
path prefixes and path full-matches. By default, fnmatch is used for
|
||||||
`--exclude` patterns and shell-style is used for `--pattern`. If followed
|
`--exclude` patterns and shell-style is used for `--pattern`. If followed
|
||||||
by a colon (':') the first two characters of a pattern are used as a
|
by a colon (':') the first two characters of a pattern are used as a
|
||||||
style selector. Explicit style selection is necessary when a
|
style selector. Explicit style selection is necessary when a
|
||||||
|
|
Loading…
Reference in a new issue