Skip to content

Commit 41f76ee

Browse files
committed
[lldb] Add missing whitespace in help text
(cherry picked from commit 2b7e9d2)
1 parent c89ea13 commit 41f76ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Interpreter/CommandInterpreter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ void CommandInterpreter::LoadCommandDictionary() {
850850
"argument displays at most that many frames. The argument 'all' "
851851
"displays all threads. Use 'settings set frame-format' to customize "
852852
"the printing of individual frames and 'settings set thread-format' "
853-
"to customize the thread header. Frame recognizers may filter the"
853+
"to customize the thread header. Frame recognizers may filter the "
854854
"list. Use 'thread backtrace -u (--unfiltered)' to see them all.",
855855
"bt [<digit> | all]", 0, false));
856856
if (bt_regex_cmd_up) {

0 commit comments

Comments
 (0)