From f0f6faaa69333aac63b0df7423eded8fa25f87ac Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 21 Mar 2021 16:19:57 -0400 Subject: docs: update the help in the docs --- doc/help/run.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/help/run.rst b/doc/help/run.rst index f71a0956..467764a6 100644 --- a/doc/help/run.rst +++ b/doc/help/run.rst @@ -31,8 +31,8 @@ to the .coverage data file name to simplify collecting data from many processes. --source=SRC1,SRC2,... - A list of packages or directories of code to be - measured. + A list of directories or importable names of code to + measure. --timid Use a simpler but slower trace method. Try this if you get seemingly impossible results! --debug=OPTS Debug options, separated by commas. [env: -- cgit v1.2.1