@@ -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.
 
  --
 
 
@@ -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`