[svnbook] r5285 committed - trunk/en/book/ref-svnlook.xml

cmpilato at users.sourceforge.net cmpilato at users.sourceforge.net
Wed Jan 18 10:53:35 CST 2017


Revision: 5285
          http://sourceforge.net/p/svnbook/source/5285
Author:   cmpilato
Date:     2017-01-18 16:53:34 +0000 (Wed, 18 Jan 2017)
Log Message:
-----------
Issue #272 - Fix some omissions in svnlook reference

* en/book/ref-svnlook.xml
  Swap the descriptions of the --properties-only and
  --ignore-properties options.  Add description for --xml option.
  Note the REV and ID arguments to the --revision and --transaction
  options, respectively.

Modified Paths:
--------------
    trunk/en/book/ref-svnlook.xml

Modified: trunk/en/book/ref-svnlook.xml
===================================================================
--- trunk/en/book/ref-svnlook.xml	2017-01-17 21:56:11 UTC (rev 5284)
+++ trunk/en/book/ref-svnlook.xml	2017-01-18 16:53:34 UTC (rev 5285)
@@ -122,8 +122,8 @@
       <varlistentry id="svn.ref.svnlook.sw.ignore_properties">
         <term><option>--ignore-properties</option></term>
         <listitem>
-          <para>Instructs <command>svnlook diff</command> to show only property
-            changes.</para>
+          <para>Instructs <command>svnlook diff</command> to suppress
+            output of property changes.</para>
         </listitem>
       </varlistentry>
 
@@ -167,13 +167,13 @@
       <varlistentry id="svn.ref.svnlook.sw.properties_only">
         <term><option>--properties-only</option></term>
         <listitem>
-          <para>Instructs <command>svnlook diff</command> to suppress
-            output of property changes.</para>
+          <para>Instructs <command>svnlook diff</command> to show only property
+            changes.</para>
         </listitem>
       </varlistentry>
 
       <varlistentry id="svn.ref.svnlook.sw.revision">
-        <term><option>--revision</option> (<option>-r</option>)</term>
+        <term><option>--revision</option> (<option>-r</option>) <replaceable>REV</replaceable></term>
         <listitem>
           <para>Specifies a particular revision number that you wish
             to examine.</para>
@@ -201,7 +201,7 @@
       </varlistentry>
 
       <varlistentry id="svn.ref.svnlook.sw.transaction">
-        <term><option>--transaction</option> (<option>-t</option>)</term>
+        <term><option>--transaction</option> (<option>-t</option>) <replaceable>ID</replaceable></term>
         <listitem>
           <para>Specifies a particular transaction ID that you wish to
             examine.</para>
@@ -229,7 +229,7 @@
       <varlistentry id="svn.ref.svnlook.sw.xml">
         <term><option>--xml</option></term>
         <listitem>
-          <para></para>
+          <para>Prints output in XML format.</para>
         </listitem>
       </varlistentry>
 





More information about the svnbook-dev mailing list