Add an extra SPC character after '.' for the 'frame variable' help text.

llvm-svn: 117330
This commit is contained in:
Johnny Chen 2010-10-25 23:57:26 +00:00
parent 43d6f34e9f
commit 8c0142fd62
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ public:
"Show frame variables. All argument and local variables " "Show frame variables. All argument and local variables "
"that are in scope will be shown when no arguments are given. " "that are in scope will be shown when no arguments are given. "
"If any arguments are specified, they can be names of " "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 " "Children of aggregate variables can be specified such as "
"'var->child.x'.", "'var->child.x'.",
NULL) NULL)