Added comment.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@110066 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/help/TestHelp.py b/test/help/TestHelp.py
index 530bbda..d494727 100644
--- a/test/help/TestHelp.py
+++ b/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