mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 08:20:18 -06:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user