From 8bdff4ef8448078d06e4d7aba2d2892b8b9b7ac7 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 30 Jul 2015 07:34:37 -0400 Subject: Clean up from the merge of PR 62 Remove the globbing option. Added a test. Corrected parameter names and docs. Updated the AUTHORS file. --- coverage/cmdline.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'coverage/cmdline.py') diff --git a/coverage/cmdline.py b/coverage/cmdline.py index 5d1b388d..a6ae7c3f 100644 --- a/coverage/cmdline.py +++ b/coverage/cmdline.py @@ -256,9 +256,9 @@ CMDS = { description = "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. The positional " - "arguments are files or directories or shell globs " - "representing the data files which should be combined. " - "By default, only data files in the current directory are combined." + "arguments are data files or directories containing data files. " + "If no paths are provided, data files in the default data file's " + "directory are combined." ), 'debug': CmdOptionParser("debug", GLOBAL_ARGS, -- cgit v1.2.1