Merge pull request #55 from jaytaylor/clearer-force-flag-instructions

Clearer messaging for `sbt 'dependency-graph --force'` command.
This commit is contained in:
Johannes Rudolph 2014-08-27 10:04:37 +02:00
commit 8ef3760226
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.")
}
}
}