Markup fix; clarify by adding 'in that order'

This commit is contained in:
Andrew M. Kuchling 2010-04-30 01:32:47 +00:00
parent 545336673e
commit 603831825b
1 changed files with 3 additions and 2 deletions

View File

@ -273,8 +273,9 @@ The ``discover`` sub-command has the following options:
-t directory Top level directory of project (default to
start directory)
The -s, -p, & -t options can be passed in as positional arguments. The
following two command lines are equivalent::
The :option:`-s`, :option:`-p`, and :option:`-t` options can be passed in
as positional arguments in that order. The following two command lines
are equivalent::
python -m unittest discover -s project_directory -p '*_test.py'
python -m unittest discover project_directory '*_test.py'