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/19 23:53:08 UTC

cvs commit: jakarta-commons/cli/src/java/org/apache/commons/cli Option.java

jkeyes      2002/11/19 14:53:08

  Modified:    cli/src/java/org/apache/commons/cli Option.java
  Log:
  set the default argument name
  
  Revision  Changes    Path
  1.17      +1 -1      jakarta-commons/cli/src/java/org/apache/commons/cli/Option.java
  
  Index: Option.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/cli/src/java/org/apache/commons/cli/Option.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- Option.java	18 Nov 2002 08:41:26 -0000	1.16
  +++ Option.java	19 Nov 2002 22:53:08 -0000	1.17
  @@ -95,7 +95,7 @@
       private boolean hasArg;
   
       /** argName specifies the name of the argument for this option */
  -    private String argName;
  +    private String argName = "arg";
   
       /** description of the option */
       private String description;
  
  
  

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