diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx index 8462734d30..e142fc9233 100644 --- a/Source/cmakemain.cxx +++ b/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=", "Specify a configure preset." }, { "--list-presets[=]", "List available presets." }, + { "--workflow []", "Run a workflow preset." }, { "-E", "CMake command mode." }, { "-L[A][H]", "List non-advanced cached variables." }, { "--fresh",