From 54eb9ac3e04d62f9c4343fcfcfdc5f1ddf3846d7 Mon Sep 17 00:00:00 2001 From: deggja Date: Sun, 23 Jun 2024 23:43:41 +0200 Subject: [PATCH] docs: edit cobra command for netfetch #patch Signed-off-by: deggja --- backend/cmd/root.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/backend/cmd/root.go b/backend/cmd/root.go index 391dd89..5587d69 100644 --- a/backend/cmd/root.go +++ b/backend/cmd/root.go @@ -12,10 +12,7 @@ var Version string var rootCmd = &cobra.Command{ Use: "netfetch", Short: "Netfetch is a CLI tool for scanning Kubernetes clusters for network policies", - Long: `Netfetch is a CLI tool that scans Kubernetes clusters for network policies -and evaluates them against best practices. It helps in ensuring that your -cluster's network configurations adhere to security standards. -`, + Long: `Netfetch is a CLI tool for scanning clusters for network policies and identifying unprotected workloads.`, } var versionCmd = &cobra.Command{