Skip to content
Snippets Groups Projects
Commit 9c3beb53 authored by Craig Scott's avatar Craig Scott
Browse files

cmake: Show supported formats in --help output for --profiling-format

Fixes: #20943
parent 6ab08c4e
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,9 @@ const char* cmDocumentationOptions[][2] = {
"Find problems with variable usage in system "
"files." },
# if !defined(CMAKE_BOOTSTRAP)
{ "--profiling-format=<fmt>", "Output data for profiling CMake scripts." },
{ "--profiling-format=<fmt>",
"Output data for profiling CMake scripts. Supported formats: "
"google-trace" },
{ "--profiling-output=<file>",
"Select an output path for the profiling data enabled through "
"--profiling-format." },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment