mirror of https://github.com/jarro2783/cxxopts.git
parent
e6858d3429
commit
c4bd30be57
|
|
@ -1475,6 +1475,7 @@ namespace cxxopts
|
||||||
stringAppend(result, "\n");
|
stringAppend(result, "\n");
|
||||||
stringAppend(result, start, ' ');
|
stringAppend(result, start, ' ');
|
||||||
startLine = lastSpace + 1;
|
startLine = lastSpace + 1;
|
||||||
|
lastSpace = startLine;
|
||||||
}
|
}
|
||||||
size = 0;
|
size = 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue