commit | 7f5f2809e80037b5e2af5b37144f65c8d4f7a61d | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Mon Aug 02 21:26:00 2010 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Mon Aug 02 21:26:00 2010 +0000 |
tree | 8dadc46e6d0ca3766370f4ff8d8cd3386d8d4f46 | |
parent | d945ae652a55e246d4bf96d66c42fc09939a736c [diff] [blame] |
Added comment. llvm-svn: 110066
diff --git a/lldb/test/help/TestHelp.py b/lldb/test/help/TestHelp.py index 530bbda..d494727 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