summaryrefslogtreecommitdiffstats
path: root/Source/cmakemain.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-20 14:22:48 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-20 14:22:48 (GMT)
commit18d9fad3dfc3c058ab47ccec6e1772abf282a09e (patch)
tree466d8987f8e28f69f10929039523d088838aaec1 /Source/cmakemain.cxx
parentc2aac58e2130a3f07258871d798124a4d72636b2 (diff)
downloadCMake-18d9fad3dfc3c058ab47ccec6e1772abf282a09e.zip
CMake-18d9fad3dfc3c058ab47ccec6e1772abf282a09e.tar.gz
CMake-18d9fad3dfc3c058ab47ccec6e1772abf282a09e.tar.bz2
ENH: Add help for graphviz
Diffstat (limited to 'Source/cmakemain.cxx')
-rw-r--r--Source/cmakemain.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx
index f607282..039108d 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.",