You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2008/06/13 19:14:43 UTC

svn commit: r667597 - /commons/proper/cli/trunk/xdocs/usage.xml

Author: ebourg
Date: Fri Jun 13 10:14:42 2008
New Revision: 667597

URL: http://svn.apache.org/viewvc?rev=667597&view=rev
Log:
Added a reference to the getOptionProperties() method in the usage documentation

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=667597&r1=667596&r2=667597&view=diff
==============================================================================
--- commons/proper/cli/trunk/xdocs/usage.xml (original)
+++ commons/proper/cli/trunk/xdocs/usage.xml Fri Jun 13 10:14:42 2008
@@ -204,6 +204,10 @@
                                 .withValueSeparator()
                                 .withDescription( "use value for given property" )
                                 .create( "D" );</source>
+
+          The map of properties specified by this option can later be retrieved by
+          calling <code>getOptionProperties("D")</code> on the <code>CommandLine</code>.
+
       </subsection>
       <subsection name="Create the Options">
         <p>