Clearer messaging for `sbt 'dependency-graph --force'` command.

This commit is contained in:
Jay Taylor 2014-08-26 20:26:08 -07:00
parent b4667b7564
commit dfdba57248
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ object Plugin extends sbt.Plugin {
if (!force) {
streams.log.info("\n")
streams.log.info("Note: The graph was estimated to be too big to display (> 15 nodes). Use `dependency-graph --force` to force graph display.")
streams.log.info("Note: The graph was estimated to be too big to display (> 15 nodes). Use `sbt 'dependency-graph --force'` (with the single quotes) to force graph display.")
}
}
}