[Zodb-checkins] CVS: ZODB3/Tools - README.txt:1.2.2.3

Tim Peters tim.one at comcast.net
Mon Sep 29 18:51:38 EDT 2003


Update of /cvs-repository/ZODB3/Tools
In directory cvs.zope.org:/tmp/cvs-serv24117/Tools

Modified Files:
      Tag: Zope-2_7-branch
	README.txt 
Log Message:
Minor improvements.


=== ZODB3/Tools/README.txt 1.2.2.2 => 1.2.2.3 ===
--- ZODB3/Tools/README.txt:1.2.2.2	Mon Sep 29 18:06:11 2003
+++ ZODB3/Tools/README.txt	Mon Sep 29 18:51:37 2003
@@ -1,4 +1,4 @@
-This directory contains a collect of utilities for managing ZODB
+This directory contains a collection of utilities for managing ZODB
 databases.  Some are more useful than others.  If you install ZODB
 using distutils ("python setup.py install"), fsdump.py, fstest.py,
 repozo.py, and zeopack.py will be installed in /usr/local/bin.
@@ -16,8 +16,8 @@
 
 checkbtrees.py -- checks BTrees in a FileStorage for corruption
 
-Attempts to find all the BTrees contained in a Data.fs and calls their
-_check() methods.
+Attempts to find all the BTrees contained in a Data.fs, calls their
+_check() methods, and runs them through BTrees.check.check().
 
 
 fsdump.py -- summarize FileStorage contents, one line per revision
@@ -48,7 +48,7 @@
 
 space.py -- report space used by objects in a FileStorage
 
-Usage: space.py [-v] data.fs
+usage: space.py [-v] data.fs
 
 This ignores revisions and versions.
 
@@ -64,7 +64,7 @@
 size of object, including all reachable subobjects.
 
 
-parsezeolog.py -- parse BLATHER logs from ZEO server.=
+parsezeolog.py -- parse BLATHER logs from ZEO server
 
 This script may be obsolete.  It has not been tested against the
 current log output of the ZEO server.
@@ -102,7 +102,7 @@
 
 zeoup.py
 
-Usage: zeoup.py [options]
+usage: zeoup.py [options]
 
 The test will connect to a ZEO server, load the root object, and
 attempt to update the zeoup counter in the root.  It will report
@@ -128,9 +128,9 @@
 fsrefs.py -- check FileStorage for dangling references
 
 
-fstail.py -- display the most recent transaction in a FileStorage
+fstail.py -- display the most recent transactions in a FileStorage
 
-Usage:  fstail.py [-n nxtn] data.fs
+usage:  fstail.py [-n nxtn] data.fs
 
 The most recent ntxn transactions are displayed, to stdout.
 Optional argument -n specifies ntxn, and defaults to 10.




More information about the Zodb-checkins mailing list