diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2008-05-07 12:53:46 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2008-05-07 12:53:46 +0000 |
| commit | a63abd37cf0a3a2d2788a867262c25db03b8278d (patch) | |
| tree | e27a14674f0fb6d2eeb38436dbd470d594348346 /docutils | |
| parent | 8c159d97a1d842d96a2b7fd1c0e18b0cf2c89d31 (diff) | |
| download | docutils-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-x | docutils/tools/quicktest.py | 4 |
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:: |
