mirror of
https://github.com/ossf/scorecard.git
synced 2024-11-04 03:52:31 +03:00
Fix descriptions
This commit is contained in:
parent
e952c29b23
commit
3b2962da71
@ -25,9 +25,9 @@ var (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var rootCmd = &cobra.Command{
|
var rootCmd = &cobra.Command{
|
||||||
Use: "./scorecard --repo=<repo_url> [--checks=check1,...]",
|
Use: "./scorecard --repo=<repo_url> [--checks=check1,...] [--show-details]",
|
||||||
Short: "Open Source Scorecards",
|
Short: "Security Scorecards",
|
||||||
Long: "A program that shows scorecard for an open source software.",
|
Long: "A program that shows security scorecard for an open source software.",
|
||||||
Run: func(cmd *cobra.Command, args []string) {
|
Run: func(cmd *cobra.Command, args []string) {
|
||||||
cfg := zap.NewProductionConfig()
|
cfg := zap.NewProductionConfig()
|
||||||
cfg.Level.SetLevel(*logLevel)
|
cfg.Level.SetLevel(*logLevel)
|
||||||
|
Loading…
Reference in New Issue
Block a user