Skip to content

Commit

Permalink
fix help
Browse files Browse the repository at this point in the history
  • Loading branch information
yazgoo committed Oct 30, 2024
1 parent 60a1348 commit 8c0444a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object AnalyzeDependencyGraph {

object Model {
val help =
"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)"
"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)"

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

Expand Down

0 comments on commit 8c0444a

Please sign in to comment.