diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2010-08-02 21:26:00 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2010-08-02 21:26:00 +0000 |
| commit | 7f5f2809e80037b5e2af5b37144f65c8d4f7a61d (patch) | |
| tree | 8dadc46e6d0ca3766370f4ff8d8cd3386d8d4f46 /lldb/test/help/TestHelp.py | |
| parent | d945ae652a55e246d4bf96d66c42fc09939a736c (diff) | |
| download | bcm5719-llvm-7f5f2809e80037b5e2af5b37144f65c8d4f7a61d.tar.gz bcm5719-llvm-7f5f2809e80037b5e2af5b37144f65c8d4f7a61d.zip | |
Added comment.
llvm-svn: 110066
Diffstat (limited to 'lldb/test/help/TestHelp.py')
| -rw-r--r-- | lldb/test/help/TestHelp.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lldb/test/help/TestHelp.py b/lldb/test/help/TestHelp.py index 530bbda1ecd..d4947274830 100644 --- a/lldb/test/help/TestHelp.py +++ b/lldb/test/help/TestHelp.py @@ -1,4 +1,8 @@ -"""Test lldb help command.""" +""" +Test lldb help command. + +See also CommandInterpreter::OutputFormattedHelpText(). +""" import os, time import unittest |

