瀏覽代碼

be more clear about pruning, attic issue #132

Thomas Waldmann 9 年之前
父節點
當前提交
aed6cc9446
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      borg/archiver.py

+ 1 - 0
borg/archiver.py

@@ -862,6 +862,7 @@ Type "Yes I am sure" if you understand this and want to continue.\n""")
         If a prefix is set with -p, then only archives that start with the prefix are
         If a prefix is set with -p, then only archives that start with the prefix are
         considered for deletion and only those archives count towards the totals
         considered for deletion and only those archives count towards the totals
         specified by the rules.
         specified by the rules.
+        Otherwise, *all* archives in the repository are candidates for deletion!
         """)
         """)
         subparser = subparsers.add_parser('prune', parents=[common_parser],
         subparser = subparsers.add_parser('prune', parents=[common_parser],
                                           description=self.do_prune.__doc__,
                                           description=self.do_prune.__doc__,