mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-16 22:37:30 +08:00
cmake: Show supported formats in --help output for --profiling-format
Fixes: #20943
This commit is contained in:
@@ -97,7 +97,9 @@ const char* cmDocumentationOptions[][2] = {
|
|||||||
"Find problems with variable usage in system "
|
"Find problems with variable usage in system "
|
||||||
"files." },
|
"files." },
|
||||||
# if !defined(CMAKE_BOOTSTRAP)
|
# 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>",
|
{ "--profiling-output=<file>",
|
||||||
"Select an output path for the profiling data enabled through "
|
"Select an output path for the profiling data enabled through "
|
||||||
"--profiling-format." },
|
"--profiling-format." },
|
||||||
|
Reference in New Issue
Block a user