[Zodb-checkins] CVS: Zope/utilities/ZODBTools - repozo.py:1.5.6.6
Tim Peters
tim.one at comcast.net
Mon May 24 13:31:40 EDT 2004
Update of /cvs-repository/Zope/utilities/ZODBTools
In directory cvs.zope.org:/tmp/cvs-serv26444/utilities/ZODBTools
Modified Files:
Tag: Zope-2_7-branch
repozo.py
Log Message:
Docstring clarifications.
=== Zope/utilities/ZODBTools/repozo.py 1.5.6.5 => 1.5.6.6 ===
--- Zope/utilities/ZODBTools/repozo.py:1.5.6.5 Sat May 22 12:04:45 2004
+++ Zope/utilities/ZODBTools/repozo.py Mon May 24 13:31:39 2004
@@ -27,7 +27,8 @@
-r dir
--repository=dir
Repository directory containing the backup files. This argument
- is required. The directory must already exist.
+ is required. The directory must already exist. You should not
+ edit the files in this directory, or add your own files to it.
Options for -B/--backup:
-f file
@@ -52,7 +53,7 @@
Options for -R/--recover:
-D str
--date=str
- Recover state as of this date. str is in the format
+ Recover state as of this date. Specify UTC (not local) time.
yyyy-mm-dd[-hh[-mm[-ss]]]
By default, current time is used.
More information about the Zodb-checkins
mailing list