diff options
author | Aron Griffis <aron@arongriffis.com> | 2015-11-29 15:51:27 -0500 |
---|---|---|
committer | Aron Griffis <aron@arongriffis.com> | 2015-11-29 15:51:27 -0500 |
commit | 8f72d9e9cd6f774b6981dfbd42cf09b4ecc016d0 (patch) | |
tree | 4c2ec4a068098da90daf68413aee8892ea35305d | |
parent | 6b96b0cc571dd04d48f3289323b68815918d1469 (diff) | |
download | python-coveragepy-git-8f72d9e9cd6f774b6981dfbd42cf09b4ecc016d0.tar.gz |
Fix typo in doc for combine.
-rw-r--r-- | doc/cmd.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst index c40152e3..a66df82d 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 |