[Zodb-checkins] CVS: ZODB3/Tools - fstest.py:1.7
Barry Warsaw
barry@wooz.org
Mon, 25 Nov 2002 10:36:10 -0500
Update of /cvs-repository/ZODB3/Tools
In directory cvs.zope.org:/tmp/cvs-serv9357
Modified Files:
fstest.py
Log Message:
Typo
=== ZODB3/Tools/fstest.py 1.6 => 1.7 ===
--- ZODB3/Tools/fstest.py:1.6 Tue Sep 24 17:02:41 2002
+++ ZODB3/Tools/fstest.py Mon Nov 25 10:36:10 2002
@@ -20,7 +20,7 @@
The fstest tool will scan all the data in a FileStorage and report an
error if it finds any corrupt transaction data. The tool will print a
-message when the first error is detected an exit.
+message when the first error is detected, then exit.
The tool accepts one or more -v arguments. If a single -v is used, it
will print a line of text for each transaction record it encounters.