diff --git a/cmd/root.go b/cmd/root.go index 8155760a..1b33f672 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -25,9 +25,9 @@ var ( ) var rootCmd = &cobra.Command{ - Use: "./scorecard --repo= [--checks=check1,...]", - Short: "Open Source Scorecards", - Long: "A program that shows scorecard for an open source software.", + Use: "./scorecard --repo= [--checks=check1,...] [--show-details]", + Short: "Security Scorecards", + Long: "A program that shows security scorecard for an open source software.", Run: func(cmd *cobra.Command, args []string) { cfg := zap.NewProductionConfig() cfg.Level.SetLevel(*logLevel)