mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-25 03:45:09 -04:00
check --verify-data: remove incorrect help paragraph
(since d0ec7e76bb - doesn't mean this probably useful feature may not
be reimplemented, on the contrary)
This commit is contained in:
parent
bec5051ea5
commit
0a65e83df3
1 changed files with 0 additions and 4 deletions
|
|
@ -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__,
|
||||
|
|
|
|||
Loading…
Reference in a new issue