diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-03-23 22:21:20 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-03-23 22:21:20 +0000 |
| commit | 6c385aa4aebb30a4fb53434a7f0e1811cbe8119c (patch) | |
| tree | 7d7767954e2e386199dbdc19a7d9e0ee300f8196 /docutils | |
| parent | 64943ae7b4e0fb54b2a2387736bc8477be2104e2 (diff) | |
| download | docutils-6c385aa4aebb30a4fb53434a7f0e1811cbe8119c.tar.gz | |
added -A option to quicktest.py (as listed by quicktest.py -h)
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3103 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils')
| -rwxr-xr-x | docutils/tools/quicktest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/tools/quicktest.py b/docutils/tools/quicktest.py index 0cdff9549..fbccb1aaa 100755 --- a/docutils/tools/quicktest.py +++ b/docutils/tools/quicktest.py @@ -157,7 +157,7 @@ def posixGetArgs(argv): outputFormat = 'pretty' elif o in ['-t', '--test']: outputFormat = 'test' - elif o == '--attributes': + elif o in ['--attributes', '-A']: optargs['attributes'] = 1 elif o in ['-d', '--debug']: optargs['debug'] = 1 |
