Skip to content

Commit

Permalink
refactor: update help text (datreeio#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eyar Zilberman committed Jul 27, 2022
1 parent f66da1a commit 4a52d3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ import (

var rootCmd = &cobra.Command{
Use: "datree",
Short: "Datree is a static code analysis tool for kubernetes files",
Long: `Datree is a static code analysis tool for kubernetes files. Full code can be found at https://github.com/datreeio/datree`,
Short: "Datree policy management tool for your Kubernetes",
Long: `Datree policy management tool for your Kubernetes. Full code can be found at https://github.com/datreeio/datree`,
}

var CliVersion string
Expand Down

0 comments on commit 4a52d3f

Please sign in to comment.