[Command] Fix accidental word concatenation in Options.td
authorVedant Kumar <vsk@apple.com>
Tue, 10 Nov 2020 23:17:17 +0000 (15:17 -0800)
committerVedant Kumar <vsk@apple.com>
Wed, 11 Nov 2020 00:13:39 +0000 (16:13 -0800)
commitba21376883d4527204ab6716597ca179e0b76157
tree92b043905f3f7c7525fdb572b9b696360a78e195
parent0ae2ea8f83e3b79c587f0461b5cac98de1be220d
[Command] Fix accidental word concatenation in Options.td

Split up words that appear to have been accidentally concatenated.

This looks to be exhaustive: to find these in vim, use:

/\v[^ ]"\n +"[^ ]
lldb/source/Commands/Options.td