@ -88,9 +92,9 @@ public class JOptCommandLinePropertySource extends CommandLinePropertySource<Opt
@@ -88,9 +92,9 @@ public class JOptCommandLinePropertySource extends CommandLinePropertySource<Opt
publicString[]getPropertyNames(){
List<String>names=newArrayList<>();
for(OptionSpec<?>spec:this.source.specs()){
// Last option is expected to be the most descriptive.