Document arguments to the ‘combine’ sub-command.
authorBen Finney <[email protected]>
Tue, 12 Jul 2016 10:04:43 +0000 (12 20:04 +1000)
committerBen Finney <[email protected]>
Tue, 12 Jul 2016 10:10:18 +0000 (12 20:10 +1000)
debian/changelog
debian/python-coverage.1.txt

index 79e51af..69560d9 100644 (file)
@@ -3,7 +3,7 @@ python-coverage (4.1+dfsg.1-3) UNRELEASED; urgency=medium
   * debian/python-coverage.1.txt:
     * Remove mention of “classic” command line arguments.
       Closes: bug#829556. Thanks to Jakub Wilk for the bug report.
-    * Correctly document the ‘debug’ sub-command.
+    * Correctly document the ‘combine’ and ‘debug’ sub-commands.
 
  --
 
index 141296e..24dd603 100644 (file)
@@ -96,11 +96,11 @@ COMMAND REFERENCE
     \-i, --ignore-errors
         Ignore errors while reading source files.
 
-**combine**
+**combine** `PATH` `PATH` [ ... ]
 
-    Combine data from multiple coverage files collected with ``run -p``.
-    The combined results are written to a single file representing the
-    union of the data.
+    Combine data from multiple coverage files `PATH`, collected with
+    ``run -p``. The combined results are written to a single file
+    representing the union of the data.
 
 **debug** `topic`