From 8f72d9e9cd6f774b6981dfbd42cf09b4ecc016d0 Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Sun, 29 Nov 2015 15:51:27 -0500 Subject: Fix typo in doc for combine. --- doc/cmd.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1