diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-09 21:05:31 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-09 21:05:31 -0400 |
commit | 14021d564b41b15ce0d79d46a022d6005bdb9dab (patch) | |
tree | f831b34b541262bbafa7e3eb20060a08dd86c9d6 /coverage/cmdline.py | |
parent | 2ecec595c079fda4333b3516c7672fd6151f1784 (diff) | |
download | python-coveragepy-git-14021d564b41b15ce0d79d46a022d6005bdb9dab.tar.gz |
Minor tweaks to the command-line help.
Diffstat (limited to 'coverage/cmdline.py')
-rw-r--r-- | coverage/cmdline.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/cmdline.py b/coverage/cmdline.py index 90a5a45e..f1b60257 100644 --- a/coverage/cmdline.py +++ b/coverage/cmdline.py @@ -13,7 +13,7 @@ Usage: coverage -x [-p] [-L] [--timid] MODULE.py [ARG1 ARG2 ...] Execute the module, passing the given command-line arguments, collecting coverage data. With the -p option, include the machine name and process - ID in the .coverage file name. With -L, measure coverage even inside the + id in the .coverage file name. With -L, measure coverage even inside the Python installed library, which isn't done by default. With --timid, use a simpler but slower trace method. |