aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/CommandInterpreter.cpp
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2024-10-18 16:54:55 -0700
committerAdrian Prantl <aprantl@apple.com>2024-10-18 16:55:21 -0700
commit2b7e9d27817da54c34a6f02dc00d2466c31f6fa0 (patch)
tree23c3c96635fe29acbd7b619bfbaa70e8dcadb0e6 /lldb/source/Interpreter/CommandInterpreter.cpp
parentd97f6d1ae90e7c95be17c9cb7821ad94fe4587fe (diff)
downloadllvm-2b7e9d27817da54c34a6f02dc00d2466c31f6fa0.zip
llvm-2b7e9d27817da54c34a6f02dc00d2466c31f6fa0.tar.gz
llvm-2b7e9d27817da54c34a6f02dc00d2466c31f6fa0.tar.bz2
[lldb] Add missing whitespace in help text
Diffstat (limited to 'lldb/source/Interpreter/CommandInterpreter.cpp')
-rw-r--r--lldb/source/Interpreter/CommandInterpreter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Interpreter/CommandInterpreter.cpp b/lldb/source/Interpreter/CommandInterpreter.cpp
index bfac3f4..c990972 100644
--- a/lldb/source/Interpreter/CommandInterpreter.cpp
+++ b/lldb/source/Interpreter/CommandInterpreter.cpp
@@ -839,7 +839,7 @@ void CommandInterpreter::LoadCommandDictionary() {
"argument displays at most that many frames. The argument 'all' "
"displays all threads. Use 'settings set frame-format' to customize "
"the printing of individual frames and 'settings set thread-format' "
- "to customize the thread header. Frame recognizers may filter the"
+ "to customize the thread header. Frame recognizers may filter the "
"list. Use 'thread backtrace -u (--unfiltered)' to see them all.",
"bt [<digit> | all]", 0, false));
if (bt_regex_cmd_up) {