diff options
author | Christine Lytwynec <chris.lytwynec@gmail.com> | 2015-04-22 11:45:55 -0400 |
---|---|---|
committer | Christine Lytwynec <chris.lytwynec@gmail.com> | 2015-04-22 11:45:55 -0400 |
commit | 161556f47ec6b8f7c0232c21fdbdd7cc25bd3d8e (patch) | |
tree | 8c0c64a1431b02f0ed276d463fd0208e3b0f2138 /coverage/cmdline.py | |
parent | 7efd4f50062f750df145102fc07c87fc49599bbe (diff) | |
download | python-coveragepy-161556f47ec6b8f7c0232c21fdbdd7cc25bd3d8e.tar.gz |
Update docstring and command line help text.
Diffstat (limited to 'coverage/cmdline.py')
-rw-r--r-- | coverage/cmdline.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/coverage/cmdline.py b/coverage/cmdline.py index c611e03..66a76fa 100644 --- a/coverage/cmdline.py +++ b/coverage/cmdline.py @@ -252,7 +252,10 @@ CMDS = { usage = "<dir1> <dir2> ... <dirN>", 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." + "file representing the union of the data. The positional " + "arguments are directories from which the data files should be " + "combined. By default, only data files in the current directory " + "are combined." ), 'debug': CmdOptionParser("debug", GLOBAL_ARGS, |