mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-24 16:55:36 +00:00
Fix a doc typo.
This commit is contained in:
parent
b76a40c987
commit
4da8466b3b
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ def exclude_path(path, patterns):
|
|||
|
||||
class IncludePattern:
|
||||
"""Literal files or directories listed on the command line
|
||||
for some operations (e.g. extract, but create).
|
||||
for some operations (e.g. extract, but not create).
|
||||
If a directory is specified, all paths that start with that
|
||||
path match as well. A trailing slash makes no difference.
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue