diff --git a/cmd/root.go b/cmd/root.go index 9f8aa4d..ab70003 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -46,7 +46,7 @@ var ( var RootCmd = &cobra.Command{ Use: os.Args[0], Short: "Run CIS Benchmarks checks against a Kubernetes deployment", - Long: `This tool runs the CIS Kubernetes 1.6 Benchmark v1.0.0 checks.`, + Long: `This tool runs the CIS Kubernetes Benchmark (http://www.cisecurity.org/benchmark/kubernetes/)`, } // Execute adds all child commands to the root command sets flags appropriately.