From 6b378c06cfcf60a83e187d0c84dea44eb9f480c7 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 1 Dec 2009 21:15:40 -0500 Subject: The command help said --branch was HIGHLY EXPERIMENTAL!! --- coverage/cmdline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/cmdline.py') diff --git a/coverage/cmdline.py b/coverage/cmdline.py index 938099e2..cb03fb2b 100644 --- a/coverage/cmdline.py +++ b/coverage/cmdline.py @@ -11,7 +11,7 @@ class Opts(object): branch = optparse.Option( '', '--branch', action='store_true', - help="Measure branch execution. HIGHLY EXPERIMENTAL!" + help="Measure branch coverage in addition to statement coverage." ) directory = optparse.Option( '-d', '--directory', action='store', -- cgit v1.2.1