We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206de8c commit f8e2c07Copy full SHA for f8e2c07
1 file changed
src/main/java/org/apache/commons/cli/DefaultParser.java
@@ -49,7 +49,7 @@ public class DefaultParser implements CommandLineParser
49
/** The last option parsed. */
50
protected Option currentOption;
51
52
- /** Flag indicating if tokens should no longer be analysed and simply added as arguments of the command line. */
+ /** Flag indicating if tokens should no longer be analyzed and simply added as arguments of the command line. */
53
protected boolean skipParsing;
54
55
/** The required options and groups expected to be found when parsing the command line. */
0 commit comments