From 0a65e83df33dadd3c78dc9ebdaa8cef01bb5139e Mon Sep 17 00:00:00 2001 From: Marian Beermann Date: Sun, 7 Aug 2016 12:10:20 +0200 Subject: [PATCH] check --verify-data: remove incorrect help paragraph (since d0ec7e76bb - doesn't mean this probably useful feature may not be reimplemented, on the contrary) --- src/borg/archiver.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/borg/archiver.py b/src/borg/archiver.py index e107da839..fc1da16c4 100644 --- a/src/borg/archiver.py +++ b/src/borg/archiver.py @@ -1368,10 +1368,6 @@ class Archiver: tamper-resistant as well, unless the attacker has access to the keys. It is also very slow. - - --verify-data only verifies data used by the archives specified with --last, - --prefix or an explicitly named archive. If none of these are passed, - all data in the repository is verified. """) subparser = subparsers.add_parser('check', parents=[common_parser], add_help=False, description=self.do_check.__doc__,