This commit is contained in:
Johannes Rudolph 2015-11-17 18:02:01 +01:00
parent a82235e813
commit 8f107639ae
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ trait DependencyGraphKeys {
val dependencyDotHeader = SettingKey[String]("dependency-dot-header",
"The header of the dot file. (e.g. to set your preferred node shapes)")
val dependencyDot = TaskKey[File]("dependency-dot",
"Creates a dot file containing the dpendency-graph for a project")
"Creates a dot file containing the dependency-graph for a project")
val moduleGraph = TaskKey[ModuleGraph]("module-graph",
"The dependency graph for a project")
val asciiGraph = TaskKey[String]("dependency-graph-string",