[Checkins] SVN: z3c.offlinepack/trunk/README.txt Include the builtin help

Ross Patterson me at rpatterson.net
Wed Sep 26 15:43:55 EDT 2007


Log message for revision 80132:
  Include the builtin help
  

Changed:
  U   z3c.offlinepack/trunk/README.txt

-=-
Modified: z3c.offlinepack/trunk/README.txt
===================================================================
--- z3c.offlinepack/trunk/README.txt	2007-09-26 19:42:01 UTC (rev 80131)
+++ z3c.offlinepack/trunk/README.txt	2007-09-26 19:43:55 UTC (rev 80132)
@@ -15,6 +15,20 @@
 
   $ offlinepack /path/to/Data-copy.fs
 
+Use the --help option for more details::
+
+  $ offlinepack --help
+  usage: offlinepack [options] PATH...
+  
+  Pack ZODB storages without running Zope or ZEO
+  
+  options:
+    -h, --help            show this help message and exit
+    -d DAYS, --days=DAYS  remove revisions more than DAYS old [default: 0]
+    -s DOTTED, --storage=DOTTED
+                          use the storage constructor at DOTTED [default:
+                          ZODB.FileStorage.FileStorage]
+
 zc.buildout
 -----------
 



More information about the Checkins mailing list