single param added extra comma for help..
This commit is contained in:
parent
70b9230639
commit
27f48df1de
@ -1300,7 +1300,9 @@ namespace cxxopts
|
||||
|
||||
if (s.size() > 0)
|
||||
{
|
||||
result += "-" + toLocalString(s) + ",";
|
||||
result += "-" + toLocalString(s);
|
||||
if (l.size() > 0)
|
||||
result += ",";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user