[Zope3-checkins] CVS: Zope3/src/zope/fssync - zsync.txt:1.5
Fred L. Drake, Jr.
fred at zope.com
Thu Aug 7 17:45:26 EDT 2003
Update of /cvs-repository/Zope3/src/zope/fssync
In directory cvs.zope.org:/tmp/cvs-serv24987
Modified Files:
zsync.txt
Log Message:
document the -F/--file options to checkin and commit
=== Zope3/src/zope/fssync/zsync.txt 1.4 => 1.5 ===
--- Zope3/src/zope/fssync/zsync.txt:1.4 Wed Aug 6 15:36:37 2003
+++ Zope3/src/zope/fssync/zsync.txt Thu Aug 7 16:45:22 2003
@@ -86,7 +86,7 @@
Synopsis
++++++++
-**add** [*add-options*...] [*path*]
+**add** [*add-options*] [*path*]
Options
+++++++
@@ -105,7 +105,7 @@
Synopsis
++++++++
-**checkin** [**-m** *message*] *target-url* [*path*]
+**checkin** [*checkin-options*] *target-url* [*path*]
Description
+++++++++++
@@ -128,9 +128,13 @@
Options
+++++++
+-F FILE, --file FILE
+ Set the message used for the transaction note to the contents of the
+ file *FILE* (similar to the ``-F`` option for **cvs commit**).
+
-m MSG, --message MSG
- Set the message used for the transaction note (similar to the ``-m``
- option for **cvs commit**).
+ Set the message used for the transaction note to *MSG* (similar to
+ the ``-m`` option for **cvs commit**).
The **zsync checkout** Command
@@ -172,6 +176,10 @@
Options
+++++++
+
+-F FILE, --file FILE
+ Set the message used for the transaction note to the contents of the
+ file *FILE* (similar to the ``-F`` option for **cvs commit**).
-m MSG, --message MSG
Set the message used for the transaction note (similar to the ``-m``
More information about the Zope3-Checkins
mailing list