From 18d9fad3dfc3c058ab47ccec6e1772abf282a09e Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Thu, 20 Apr 2006 10:22:48 -0400 Subject: [PATCH] ENH: Add help for graphviz --- Source/cmakemain.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx index f60728272..039108d4e 100644 --- a/Source/cmakemain.cxx +++ b/Source/cmakemain.cxx @@ -78,6 +78,9 @@ static const cmDocumentationEntry cmDocumentationOptions[] = "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" " 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.", "Full documentation specific to the given command is displayed."}, {"--help-command-list [file]", "List available listfile commands and exit.",