Browse Source

cmake: Print --workflow option in --help output

This was missed in commit 374d82bbcd (cmake: Add --workflow mode,
2022-09-16, v3.25.0-rc1~76^2).
Brad King 1 year ago
parent
commit
973bb02b14
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Source/cmakemain.cxx

+ 2 - 1
Source/cmakemain.cxx

@@ -68,9 +68,10 @@ const cmDocumentationEntry cmDocumentationUsageNote = {
   "Run 'cmake --help' for more information."
 };
 
-const cmDocumentationEntry cmDocumentationOptions[31] = {
+const cmDocumentationEntry cmDocumentationOptions[32] = {
   { "--preset <preset>,--preset=<preset>", "Specify a configure preset." },
   { "--list-presets[=<type>]", "List available presets." },
+  { "--workflow [<options>]", "Run a workflow preset." },
   { "-E", "CMake command mode." },
   { "-L[A][H]", "List non-advanced cached variables." },
   { "--fresh",