Author: bayard
Date: Thu May 29 23:10:14 2008
New Revision: 661573

URL: http://svn.apache.org/viewvc?rev=661573&view=rev
Log:
Switching the documentation from .hasArg to .hasArgs as per CLI-154

Modified:
    commons/proper/cli/trunk/xdocs/usage.xml

Modified: commons/proper/cli/trunk/xdocs/usage.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/cli/trunk/xdocs/usage.xml?rev=661573&r1=661572&r2=661573&view=diff
==============================================================================
--- commons/proper/cli/trunk/xdocs/usage.xml (original)
+++ commons/proper/cli/trunk/xdocs/usage.xml Thu May 29 23:10:14 2008
@@ -200,7 +200,7 @@
           using the OptionBuilder.
         </p>
         <source>Option property  = OptionBuilder.withArgName( "property=value" 
)
-                                .hasArg()
+                                .hasArgs()
                                 .withValueSeparator()
                                 .withDescription( "use value for given 
property" )
                                 .create( "D" );</source>


Reply via email to