浏览代码

Update schema comment for check_repositories to mention labels (#635).

Dan Helfman 2 年之前
父节点
当前提交
b27e625a77
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. 6 6
      borgmatic/config/schema.yaml

+ 6 - 6
borgmatic/config/schema.yaml

@@ -538,12 +538,12 @@ properties:
                 items:
                     type: string
                 description: |
-                    Paths to a subset of the repositories in the location
-                    section on which to run consistency checks. Handy in case
-                    some of your repositories are very large, and so running
-                    consistency checks on them would take too long. Defaults to
-                    running consistency checks on all repositories configured in
-                    the location section.
+                    Paths or labels for a subset of the repositories in the
+                    location section on which to run consistency checks. Handy
+                    in case some of your repositories are very large, and so
+                    running consistency checks on them would take too long.
+                    Defaults to running consistency checks on all repositories
+                    configured in the location section.
                 example:
                     - user@backupserver:sourcehostname.borg
             check_last: