From 921f198ab13883b4a9d742c5ef7bdbbad92de427 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 26 May 2009 09:38:36 -0400 Subject: Mark literals with their language for proper highlighting. --- doc/cmd.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'doc/cmd.rst') diff --git a/doc/cmd.rst b/doc/cmd.rst index bb01fd51..1936e37f 100644 --- a/doc/cmd.rst +++ b/doc/cmd.rst @@ -1,4 +1,5 @@ .. _cmd: +.. highlight:: console =========================== Coverage Command Line usage @@ -56,10 +57,9 @@ If you want to measure that code as well as your own, add the -L flag. Combining Data Files -------------------- -For some applications, your code will run on a number of different machines. -To make it easier to collect together the .coverage data files from these runs, -the -p flag will append a machine name and process id to the .coverage data file -name. +If you need to collect coverage data from different machines, coverage can +combine multiple files into one for reporting. Use the -p flag during execution +to append a machine name and process id to the .coverage data file name. Once you have created a number of these files, you can copy them all to a single directory, and use the -c flag to combine them into one .coverage data file:: @@ -127,3 +127,4 @@ decorated to show the status of each line. Annotation ---------- +text annotation too! -- cgit v1.2.1