Add an extra SPC character after '.' for the 'frame variable' help text.
git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@117330 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectFrame.cpp b/source/Commands/CommandObjectFrame.cpp
index 5a519f9..59db3fc 100644
--- a/source/Commands/CommandObjectFrame.cpp
+++ b/source/Commands/CommandObjectFrame.cpp
@@ -402,7 +402,7 @@
"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)