You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jk...@apache.org on 2002/11/13 01:02:31 UTC

cvs commit: jakarta-commons/cli/xdocs introduction.xml

jkeyes      2002/11/12 16:02:31

  Modified:    cli/xdocs introduction.xml
  Log:
  the parameter is a String[] not a java.util.List
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-commons/cli/xdocs/introduction.xml
  
  Index: introduction.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/cli/xdocs/introduction.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- introduction.xml	15 Oct 2002 22:53:32 -0000	1.3
  +++ introduction.xml	13 Nov 2002 00:02:31 -0000	1.4
  @@ -50,7 +50,7 @@
           The <code>parse</code> method defined on 
           <a href="apidocs/org/apache/commons/cli/CommandLineParser.html">
           CommandLineParser</a> takes an <code>Options</code>
  -        instance and a <code>java.util.List</code> of arguments and 
  +        instance and a <code>String[]</code> of arguments and 
           returns a 
           <a href="apidocs/org/apache/commons/cli/CommandLine.html">
           CommandLine</a>.
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>