mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-26 19:22:15 -04:00
include/exclude options
This commit is contained in:
parent
8c9ad4172a
commit
4fb2f2151e
1 changed files with 1 additions and 1 deletions
|
|
@ -351,7 +351,7 @@ def define_exclude_and_patterns(add_option, *, tag_files=False, strip_components
|
|||
|
||||
|
||||
def define_exclusion_group(subparser, **kwargs):
|
||||
exclude_group = subparser.add_argument_group("Exclusion options")
|
||||
exclude_group = subparser.add_argument_group("Include/Exclude options")
|
||||
define_exclude_and_patterns(exclude_group.add_argument, **kwargs)
|
||||
return exclude_group
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue