From e7fd6bac8df0e311cb9cd8a88a4a8b5a46736ee5 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Mon, 15 Nov 2004 09:39:15 -0500 Subject: [PATCH] COMP: fix warning --- Source/ctest.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/ctest.cxx b/Source/ctest.cxx index 027927ce6..b76ba9be8 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -88,7 +88,8 @@ static const cmDocumentationEntry cmDocumentationOptions[] = "Stride are considered individual test numbers. Start, End,or stride " "can be empty. Optionally a file can be given that contains the same " "syntax as the command line."}, - {"-U", "When both -R and -I are specified by default the intersection of " + {"-U", "Take the Union of -I and -R", + "When both -R and -I are specified by default the intersection of " "tests are run. By specifying -U the union of tests is run instead."}, {"--interactive-debug-mode [0|1]", "Set the interactive mode to 0 or 1.", "This option causes ctest to run tests in either an interactive mode or a non-interactive mode. "