diff options
author | Ken Martin <ken.martin@kitware.com> | 2004-11-15 14:39:15 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2004-11-15 14:39:15 (GMT) |
commit | e7fd6bac8df0e311cb9cd8a88a4a8b5a46736ee5 (patch) | |
tree | eb3b7edfd3fbc41a5cd9ea18b28e1494e650c103 | |
parent | 327d94b489f0a30fa96af32525aeeeea8e889194 (diff) | |
download | CMake-e7fd6bac8df0e311cb9cd8a88a4a8b5a46736ee5.zip CMake-e7fd6bac8df0e311cb9cd8a88a4a8b5a46736ee5.tar.gz CMake-e7fd6bac8df0e311cb9cd8a88a4a8b5a46736ee5.tar.bz2 |
COMP: fix warning
-rw-r--r-- | Source/ctest.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx index 027927c..b76ba9b 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. " |