aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectFrame.cpp
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2010-10-25 23:57:26 +0000
committerJohnny Chen <johnny.chen@apple.com>2010-10-25 23:57:26 +0000
commit8c0142fd621ffbeafdbf552b212b1c5db3896edd (patch)
treef24e74adef096e1a901b32ea8734f6063b5d52ae /lldb/source/Commands/CommandObjectFrame.cpp
parent43d6f34e9fe760ee61b4e6437873521d52909963 (diff)
downloadllvm-8c0142fd621ffbeafdbf552b212b1c5db3896edd.zip
llvm-8c0142fd621ffbeafdbf552b212b1c5db3896edd.tar.gz
llvm-8c0142fd621ffbeafdbf552b212b1c5db3896edd.tar.bz2
Add an extra SPC character after '.' for the 'frame variable' help text.
llvm-svn: 117330
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectFrame.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectFrame.cpp b/lldb/source/Commands/CommandObjectFrame.cpp
index 5a519f9..59db3fc 100644
--- a/lldb/source/Commands/CommandObjectFrame.cpp
+++ b/lldb/source/Commands/CommandObjectFrame.cpp
@@ -402,7 +402,7 @@ public:
"Show frame variables. All argument and local variables "
"that are in scope will be shown when no arguments are given. "
"If any arguments are specified, they can be names of "
- "argument, local, file static and file global variables."
+ "argument, local, file static and file global variables. "
"Children of aggregate variables can be specified such as "
"'var->child.x'.",
NULL)