1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-19 19:43:23 +08:00

Help: Value for --graphviz= option actually is mandatory

Before it was `[file]` that AFAIK means optional.
This commit is contained in:
Alex Turbov
2022-08-04 19:02:46 +04:00
parent 04843d743e
commit f4563f05db
2 changed files with 2 additions and 2 deletions

View File

@@ -227,7 +227,7 @@ Options
Only load the cache. Do not actually run configure and generate
steps.
.. option:: --graphviz=[file]
.. option:: --graphviz=<file>
Generate graphviz of dependencies, see :module:`CMakeGraphVizOptions` for more.

View File

@@ -82,7 +82,7 @@ const char* cmDocumentationOptions[][2] = {
{ "-N", "View mode only." },
{ "-P <file>", "Process script mode." },
{ "--find-package", "Legacy pkg-config like mode. Do not use." },
{ "--graphviz=[file]",
{ "--graphviz=<file>",
"Generate graphviz of dependencies, see "
"CMakeGraphVizOptions.cmake for more." },
{ "--system-information [file]", "Dump information about this system." },