Skip to content

Commit 5a75982

Browse files
committed
Added a reference to the getOptionProperties() method in the usage documentation
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@667597 13f79535-47bb-0310-9956-ffa450edef68
1 parent 5f69123 commit 5a75982

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

xdocs/usage.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,10 @@ Option find = OptionBuilder.withArgName( "file" )
204204
.withValueSeparator()
205205
.withDescription( "use value for given property" )
206206
.create( "D" );</source>
207+
208+
The map of properties specified by this option can later be retrieved by
209+
calling <code>getOptionProperties("D")</code> on the <code>CommandLine</code>.
210+
207211
</subsection>
208212
<subsection name="Create the Options">
209213
<p>

0 commit comments

Comments
 (0)