1
0
Эх сурвалжийг харах

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

Fixes: #20943
Craig Scott 5 жил өмнө
parent
commit
9c3beb532f
1 өөрчлөгдсөн 3 нэмэгдсэн , 1 устгасан
  1. 3 1
      Source/cmakemain.cxx

+ 3 - 1
Source/cmakemain.cxx

@@ -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." },