mirror of https://github.com/sbt/sbt.git
Merge pull request #55 from jaytaylor/clearer-force-flag-instructions
Clearer messaging for `sbt 'dependency-graph --force'` command.
This commit is contained in:
commit
8ef3760226
|
|
@ -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.")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue