VSoft.CommandLineParser
                                
                                
                                
                                    VSoft.CommandLineParser copied to clipboard
                            
                            
                            
                        Wrong option help index
In the master branch in vsoft.commandline.options.pas at line 348 the check if numDescStrings > 1 is probably wrong and the first option help text is never displayed in print usage.
Changing the check with if numDescStrings > 0 correctly works.