瀏覽代碼

ENH: Add help for graphviz

Andy Cedilnik 19 年之前
父節點
當前提交
18d9fad3df
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Source/cmakemain.cxx

+ 3 - 0
Source/cmakemain.cxx

@@ -78,6 +78,9 @@ static const cmDocumentationEntry cmDocumentationOptions[] =
    "Process the given cmake file as a script written in the CMake language.  "
    "Process the given cmake file as a script written in the CMake language.  "
    "No configure or generate step is performed and the cache is not"
    "No configure or generate step is performed and the cache is not"
    " modified."},
    " modified."},
+  {"--graphviz=[file]", "Generate graphviz of dependencies.",
+   "Generate a graphviz input file that will contain all the library and "
+   "executable dependencies in the project."},
   {"--help-command cmd [file]", "Print help for a single command and exit.",
   {"--help-command cmd [file]", "Print help for a single command and exit.",
    "Full documentation specific to the given command is displayed."},
    "Full documentation specific to the given command is displayed."},
   {"--help-command-list [file]", "List available listfile commands and exit.",
   {"--help-command-list [file]", "List available listfile commands and exit.",