Break words if longer than allowed length
This commit is contained in:
parent
bd20573829
commit
558546e726
@ -1456,6 +1456,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
Block a user