diff --git a/Source/ctest.cxx b/Source/ctest.cxx index 0d66279b4f..8052f0ceb6 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -168,7 +168,11 @@ cmDocumentationEntry const cmDocumentationOptions[] = { { "--no-compress-output", "Do not compress test output when submitting." }, { "--print-labels", "Print all available test labels." }, { "--no-tests=<[error|ignore]>", - "Regard no tests found either as 'error' or 'ignore' it." } + "Regard no tests found either as 'error' or 'ignore' it." }, + { "--collect-instrumentation ", + "Manually collect instrumentation data from the specified build " + "directory." }, + { "--", "Forward extra arguments to test executables." }, }; } // anonymous namespace