summaryrefslogtreecommitdiffstats
path: root/Source/cmakemain.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-07-13 11:49:39 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-07-13 11:49:47 (GMT)
commit5899e849d054d5ce80af2b38b783550bc5ebbfb8 (patch)
tree3aea7d20eff00bc5028ec69bca0b0994bc05b33d /Source/cmakemain.cxx
parentc441b8a7f8c8c37a577a1e23e7f5259e4c1a258a (diff)
parent9c3beb532fa9c5c6ee70f269ca77c61ff5bd7ab6 (diff)
downloadCMake-5899e849d054d5ce80af2b38b783550bc5ebbfb8.zip
CMake-5899e849d054d5ce80af2b38b783550bc5ebbfb8.tar.gz
CMake-5899e849d054d5ce80af2b38b783550bc5ebbfb8.tar.bz2
Merge topic 'supported-profiling-formats'
9c3beb532f cmake: Show supported formats in --help output for --profiling-format Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: dublet <github@dublet.org> Merge-request: !5001
Diffstat (limited to 'Source/cmakemain.cxx')
-rw-r--r--Source/cmakemain.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx
index 3419807..7c66c5c 100644
--- a/Source/cmakemain.cxx
+++ b/Source/cmakemain.cxx
@@ -98,7 +98,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." },