浏览代码

include/exclude options

elandorr 2 年之前
父节点
当前提交
4fb2f2151e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/borg/archiver/_common.py

+ 1 - 1
src/borg/archiver/_common.py

@@ -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