[Zope3-checkins] CVS: Zope3/src/zope/fssync - bundle.py:1.4

Fred L. Drake, Jr. fred at zope.com
Thu Aug 28 15:11:07 EDT 2003


Update of /cvs-repository/Zope3/src/zope/fssync
In directory cvs.zope.org:/tmp/cvs-serv15066

Modified Files:
	bundle.py 
Log Message:
add real help text for the "create" command


=== Zope3/src/zope/fssync/bundle.py 1.3 => 1.4 ===
--- Zope3/src/zope/fssync/bundle.py:1.3	Sun Aug 17 02:08:56 2003
+++ Zope3/src/zope/fssync/bundle.py	Thu Aug 28 14:11:06 2003
@@ -15,7 +15,7 @@
 
 Command line syntax summary:
 
-%(program)s create PATH ...
+%(program)s create BUNDLE SOURCE
 
 ``%(program)s help'' prints the global help (this message)
 ``%(program)s help command'' prints the local help for the command
@@ -44,8 +44,17 @@
 
 
 def create(opts, args):
-    """%(program)s create PATH ...
+    """%(program)s create BUNDLE SOURCE
 
+    Create a bundle from a site management folder or another bundle.
+    The bundle will only be created if the container is a site
+    management folder.  BUNDLE must be a valid bundle name.
+
+    The contents of SOURCE are copied into the newly created bundle,
+    and are scheduled for addition to the database.  The new bundle
+    can be manipulated using 'zsync add' and 'zsync revert' (and just
+    editing the contents) as needed before committing it to the
+    database.
     """
     factory = None
     type = None




More information about the Zope3-Checkins mailing list