Skip to content

Commit 2b7e9d2

Browse files
committed
[lldb] Add missing whitespace in help text
1 parent d97f6d1 commit 2b7e9d2

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
@@ -839,7 +839,7 @@ void CommandInterpreter::LoadCommandDictionary() {
839839
"argument displays at most that many frames. The argument 'all' "
840840
"displays all threads. Use 'settings set frame-format' to customize "
841841
"the printing of individual frames and 'settings set thread-format' "
842-
"to customize the thread header. Frame recognizers may filter the"
842+
"to customize the thread header. Frame recognizers may filter the "
843843
"list. Use 'thread backtrace -u (--unfiltered)' to see them all.",
844844
"bt [<digit> | all]", 0, false));
845845
if (bt_regex_cmd_up) {

0 commit comments

Comments
 (0)