summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <aron@arongriffis.com>2015-11-29 15:51:27 -0500
committerAron Griffis <aron@arongriffis.com>2015-11-29 15:51:27 -0500
commit0eba4fa4a81cee2b1ec7f3ffe0d0cf40a28a74af (patch)
tree65c180d44c6a34bd9ba33cceabf04c7c0173a1b0
parented73d02203e0096a7fcec28506a23cc860c506f5 (diff)
downloadpython-coveragepy-0eba4fa4a81cee2b1ec7f3ffe0d0cf40a28a74af.tar.gz
Fix typo in doc for combine.
-rw-r--r--doc/cmd.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst
index c40152e..a66df82 100644
--- a/doc/cmd.rst
+++ b/doc/cmd.rst
@@ -194,7 +194,7 @@ single directory, and use the **combine** command to combine them into one
You can also name directories or files on the command line::
- $ combine combine data1.dat windows_data_files/
+ $ coverage combine data1.dat windows_data_files/
Coverage.py will collect the data from those places and combine them. The
current directory isn't searched if you use command-line arguments. If you