diff options
author | Johnny Chen <johnny.chen@apple.com> | 2010-10-25 23:57:26 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2010-10-25 23:57:26 +0000 |
commit | 8c0142fd621ffbeafdbf552b212b1c5db3896edd (patch) | |
tree | f24e74adef096e1a901b32ea8734f6063b5d52ae /lldb/source/Commands/CommandObjectFrame.cpp | |
parent | 43d6f34e9fe760ee61b4e6437873521d52909963 (diff) | |
download | llvm-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.cpp | 2 |
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) |