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).
This commit is contained in:
Brad King
2024-07-01 14:36:03 -04:00
parent 69d266e395
commit 973bb02b14

View File

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