Skip to content

Commit 8c0444a

Browse files
committed
fix help
1 parent 60a1348 commit 8c0444a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbt-plugin/src/main/scala/ch/epfl/scala/AnalyzeDependencyGraph.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ object AnalyzeDependencyGraph {
2525

2626
object Model {
2727
val help =
28-
"download and display CVEs alerts from Github, and analyze them against dependencies (use hub or gh local config or GIT_TOKEN env var to authenticate, requires githubGenerateSnapshot and githubAnalyzeDependencies alerts)"
28+
"download and display CVEs alerts from Github, and analyze them against dependencies (use hub or gh local config or GIT_TOKEN env var to authenticate, requires githubGenerateSnapshot)"
2929

3030
def blue(str: String): String = s"\u001b[34m${str}\u001b[0m"
3131

0 commit comments

Comments
 (0)