From 90aef3bfccea78d93308e400914136041e79914c Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 27 Sep 2020 23:51:23 +0200 Subject: [PATCH] docs: mention double --force in prune docs --- src/borg/archiver.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/borg/archiver.py b/src/borg/archiver.py index 9779d81ad..efb5d96d7 100644 --- a/src/borg/archiver.py +++ b/src/borg/archiver.py @@ -4063,7 +4063,8 @@ class Archiver: subparser.add_argument('-n', '--dry-run', dest='dry_run', action='store_true', help='do not change repository') subparser.add_argument('--force', dest='forced', action='store_true', - help='force pruning of corrupted archives') + help='force pruning of corrupted archives, ' + 'use ``--force --force`` in case ``--force`` does not work.') subparser.add_argument('-s', '--stats', dest='stats', action='store_true', help='print statistics for the deleted archive') subparser.add_argument('--list', dest='output_list', action='store_true',