From 24de8514fa488885c314902942963ca3b6a8c930 Mon Sep 17 00:00:00 2001 From: Marian Beermann Date: Mon, 24 Jul 2017 10:33:03 +0200 Subject: [PATCH] with-lock: fix help text --- src/borg/archiver.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/borg/archiver.py b/src/borg/archiver.py index f0f327dd4..57c1231cb 100644 --- a/src/borg/archiver.py +++ b/src/borg/archiver.py @@ -3525,8 +3525,9 @@ def define_archive_filters_group(subparser, *, sort_by=True, first_last=True): .. note:: If you copy a repository with the lock held, the lock will be present in - the copy, obviously. Thus, before using borg on the copy, you need to - use "borg break-lock" on it. + the copy. Thus, before using borg on the copy from a different host, + you need to use "borg break-lock" on the copied repository, because + Borg is cautious and does not automatically remove stale locks made by a different host. """) subparser = subparsers.add_parser('with-lock', parents=[common_parser], add_help=False, description=self.do_with_lock.__doc__,