donaldp     2002/06/07 22:38:58

  Modified:    cli/src/xdocs index.xml
  Log:
  Rework docs to indicate correct equivelences between option representations.
  
  Submitted By: "Scott Palmer" <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.6       +6 -4      jakarta-avalon-excalibur/cli/src/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/cli/src/xdocs/index.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- index.xml 8 Jun 2002 05:35:34 -0000       1.5
  +++ index.xml 8 Jun 2002 05:38:58 -0000       1.6
  @@ -51,9 +51,11 @@
               argument.  Otherwise, the option has no arguments. For example 
if 'a' was an
               option that required an optional argument then "-abc" is an 
option 'a' with
               argument "bc" while "-a bc" is an option 'a' with no argument, 
followed by
  -            the text "bc". It is also possible to place an '=' sign between 
the option
  -            and it's argument. ie The following are all equivalent; "-a=bc",
  -            "-abc".
  +            the text "bc". </p>
  +            <p>It is also possible to place an '=' sign between the option
  +            and it's argument. So if we assume that a is an option that 
  +            requires an argument then the following are all equivalent; 
  +            "-a=bc", "-a bc" "-abc".
               </p>
               <p>
               In some cases it is also necessary to disable command line 
parsing so that you
  @@ -69,7 +71,7 @@
       <footer>
           <legal>
             Copyright (c) @year@ The Jakarta Apache Project All rights 
reserved.
  -          $Revision: 1.5 $ $Date: 2002/06/08 05:35:34 $
  +          $Revision: 1.6 $ $Date: 2002/06/08 05:38:58 $
           </legal>
       </footer>
   </document>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to