Skip to content

Commit

Permalink
fix - improved description for init command
Browse files Browse the repository at this point in the history
Fixed the description based on the issue #461.
closes #461
  • Loading branch information
nathannaveen committed Feb 3, 2021
1 parent 4febd3b commit 78f6458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (

var initCmd = &cobra.Command{
Use: "init",
Short: "Initialize Terrascan",
Short: "Initializes Terrascan and clones policies from the Terrascan GitHub repository.",
Long: `Terrascan
Initializes Terrascan and clones policies from the Terrascan GitHub repository.
Expand Down

0 comments on commit 78f6458

Please sign in to comment.