summaryrefslogtreecommitdiff
path: root/docutils
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2008-05-07 12:53:46 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2008-05-07 12:53:46 +0000
commita63abd37cf0a3a2d2788a867262c25db03b8278d (patch)
treee27a14674f0fb6d2eeb38436dbd470d594348346 /docutils
parent8c159d97a1d842d96a2b7fd1c0e18b0cf2c89d31 (diff)
downloaddocutils-a63abd37cf0a3a2d2788a867262c25db03b8278d.tar.gz
clarify purpose
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5545 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils')
-rwxr-xr-xdocutils/tools/quicktest.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/docutils/tools/quicktest.py b/docutils/tools/quicktest.py
index 3d5674003..bb3a8aa7a 100755
--- a/docutils/tools/quicktest.py
+++ b/docutils/tools/quicktest.py
@@ -21,7 +21,9 @@ from docutils.parsers.rst import Parser
usage_header = """\
-quicktest.py: quickly test the restructuredtext parser.
+quicktest.py: Quickly test the reStructuredText parser. This is not an
+interface to the full functionality of Docutils. Use one of the ``rst2*.py``
+front-end tools instead.
Usage::