diff options
-rw-r--r-- | doc/cmd.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst index 4cc2e229..97dc1ad5 100644 --- a/doc/cmd.rst +++ b/doc/cmd.rst @@ -173,10 +173,10 @@ how the different locations correlate with a ``[paths]`` section in your configuration file. See :ref:`config_paths` for details. If you are collecting and renaming your own data files, you'll need to name -properly for **combine** to find them. It looks for files named after the -data file (defaulting to ".coverage", overridable with COVERAGE_FILE), with a -dotted suffix. All such files in the current directory will be combined. Here -are some examples of combinable data files:: +them properly for **combine** to find them. It looks for files named after +the data file (defaulting to ".coverage", overridable with COVERAGE_FILE), with +a dotted suffix. All such files in the current directory will be combined. +Here are some examples of combinable data files:: .coverage.machine1 .coverage.20120807T212300 |