Commit 31e15778 authored by templiert's avatar templiert Committed by GitHub

fix(repozo) `--with-verify` argument (#381)

parent 30c861dc
......@@ -8,6 +8,9 @@
- Fix ``racetest`` problems.
For details see `#376 <https://github.com/zopefoundation/ZODB/pull/376>`_.
- Fix ``--with-verify`` argument in script repozo ``--recover``.
For details see `#381 <https://github.com/zopefoundation/ZODB/pull/381>`_.
5.8.0 (2022-11-09)
==================
......
......@@ -74,7 +74,7 @@ Options for -R/--recover:
automatically.
-w
--with-verification
--with-verify
Verify on the fly the backup files on recovering. This option runs
the same checks as when repozo is run in -V/--verify mode, and
allows to verify and recover a backup in one single step. If a sanity
......@@ -179,7 +179,7 @@ def parseargs(argv):
'kill-old-on-full',
'date=',
'output=',
'with-verification',
'with-verify',
])
except getopt.error as msg:
usage(1, msg)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment