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
commit78e17acc2864bf4afb0b654b672fdb5b666c30c0 (patch)
tree37737d386a1b76e6adb6d416ab1a9fe12e7e30a6 /coverage/cmdline.py
parenta8a23d250bccb9746aa7ed9f085d8f4e00b6559f (diff)
downloadpython-coveragepy-78e17acc2864bf4afb0b654b672fdb5b666c30c0.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 90a5a45..f1b6025 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.