[svnbook commit] r2697 - trunk/src/en/book

fitz noreply at red-bean.com
Sat Feb 24 21:07:33 CST 2007


Author: fitz
Date: Sat Feb 24 21:07:33 2007
New Revision: 2697

Modified:
   trunk/src/en/book/ch-basic-usage.xml

Log:
Fix some stuff I unfixed last week.

* book/ch-basic-usage.xml: s/option/switch/

Modified: trunk/src/en/book/ch-basic-usage.xml
==============================================================================
--- trunk/src/en/book/ch-basic-usage.xml	(original)
+++ trunk/src/en/book/ch-basic-usage.xml	Sat Feb 24 21:07:33 2007
@@ -31,7 +31,7 @@
       The Subversion command-line client is self-documenting—at
       any time, a quick <command>svn help
       <replaceable>SUBCOMMAND</replaceable></command> will describe
-      the syntax, options, and behavior of the subcommand.</para>
+      the syntax, switches, and behavior of the subcommand.</para>
 
   </sect1>
 
@@ -318,7 +318,7 @@
         either permanently or on a case-by-case basis.</para>
 
       <para>To disable password caching for a particular one-time
-        command, pass the <option >--no-auth-cache</option > option on
+        command, pass the <option >--no-auth-cache</option > switch on
         the commandline.  To permanently disable caching, you can add
         the line <literal>store-passwords = no</literal> to your local
         machine's Subversion configuration file.  See <xref
@@ -350,7 +350,7 @@
   <sect1 id="svn.tour.cycle">
     <title>Basic Work Cycle</title>
 
-    <para>Subversion has numerous features, options, bells and
+    <para>Subversion has numerous features, switches, bells and
       whistles, but on a day-to-day basis, odds are that you will only
       use a few of them.  In this section we'll run through the most
       common things that you might find yourself doing with Subversion
@@ -966,7 +966,7 @@
                 information on ignored files, see <xref
                 linkend="svn.advanced.props.special.ignore"/>.  Note that this
                 symbol only shows up if you pass the
-                <option>--no-ignore</option> option to <command>svn
+                <option>--no-ignore</option> switch to <command>svn
                 status</command>—otherwise the file would be
                 ignored and not listed at all!</para>
             </listitem>
@@ -1109,7 +1109,7 @@
           you want diff output in a different format, specify an
           external diff program using <option>--diff-cmd</option> and
           pass any flags you'd like to it using the
-          <option>--extensions</option> option.  For example, to see
+          <option>--extensions</option> switch.  For example, to see
           local differences in file <filename>foo.c</filename> in
           context output format while ignoring whitespace changes, you
           might run <command>svn diff --diff-cmd /usr/bin/diff
@@ -1595,7 +1595,7 @@
         the new revision you create.  If your log message is brief,
         you may wish to supply it on the command line using the
         <option>--message</option> (or <option>-m</option>)
-        option:</para>
+        switch:</para>
 
       <screen>
 $ svn commit --message "Corrected number of cheese slices."
@@ -2091,7 +2091,7 @@
         a local copy of all or part of your repository sans .svn
         directories.  As with <command>svn update</command> and
         <command>svn checkout</command>, you can also pass the
-        <option>--revision</option> option to <command>svn
+        <option>--revision</option> switch to <command>svn
         export</command>:</para>
 
       <screen>




More information about the svnbook-dev mailing list