summaryrefslogtreecommitdiff
path: root/coverage/cmdline.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-09-09 21:05:31 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-09-09 21:05:31 -0400
commit14021d564b41b15ce0d79d46a022d6005bdb9dab (patch)
treef831b34b541262bbafa7e3eb20060a08dd86c9d6 /coverage/cmdline.py
parent2ecec595c079fda4333b3516c7672fd6151f1784 (diff)
downloadpython-coveragepy-git-14021d564b41b15ce0d79d46a022d6005bdb9dab.tar.gz
Minor tweaks to the command-line help.
Diffstat (limited to 'coverage/cmdline.py')
-rw-r--r--coverage/cmdline.py2
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.