1
0
Fork 0
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:
Thomas Waldmann 2017-03-27 01:45:04 +02:00
parent 72abd12e3c
commit 5bc17148e1

View file

@ -1561,8 +1561,8 @@ def do_break_lock(self, args, repository):
helptext = collections.OrderedDict()
helptext['patterns'] = textwrap.dedent('''
File patterns support four separate styles: fnmatch, shell, regular
expressions and path prefixes. By default, fnmatch is used for
File patterns support these styles: fnmatch, shell, regular expressions,
path prefixes and path full-matches. By default, fnmatch is used for
`--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
style selector. Explicit style selection is necessary when a