Skip to content

Commit 3ad51f2

Browse files
author
John Keyes
committed
the parameter is a String[] not a java.util.List
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk@129841 13f79535-47bb-0310-9956-ffa450edef68
1 parent e604b4b commit 3ad51f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xdocs/introduction.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
The <code>parse</code> method defined on
5151
<a href="apidocs/org/apache/commons/cli/CommandLineParser.html">
5252
CommandLineParser</a> takes an <code>Options</code>
53-
instance and a <code>java.util.List</code> of arguments and
53+
instance and a <code>String[]</code> of arguments and
5454
returns a
5555
<a href="apidocs/org/apache/commons/cli/CommandLine.html">
5656
CommandLine</a>.

0 commit comments

Comments
 (0)