cbeust / jcommander

Command line parsing framework for Java
Apache License 2.0
1.97k stars 334 forks source link

Correct javadoc for forceNonOverwritable #587

Closed AndreKurait closed 1 month ago

AndreKurait commented 1 month ago

forceNonOverwritable has the behavior when set to true that a value can not be overwritten.

The javadoc had been written to suggest it has the opposite behavior.