[Zodb-checkins] SVN: ZODB/trunk/src/scripts/repozo.py Docstring
clarifications.
Tim Peters
tim.one at comcast.net
Mon May 24 13:30:17 EDT 2004
Log message for revision 24933:
Docstring clarifications.
-=-
Modified: ZODB/trunk/src/scripts/repozo.py
===================================================================
--- ZODB/trunk/src/scripts/repozo.py 2004-05-24 16:21:27 UTC (rev 24932)
+++ ZODB/trunk/src/scripts/repozo.py 2004-05-24 17:30:17 UTC (rev 24933)
@@ -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