diff --git a/cmd/netassert/cli/root.go b/cmd/netassert/cli/root.go index 3f2f2f2..9f45100 100644 --- a/cmd/netassert/cli/root.go +++ b/cmd/netassert/cli/root.go @@ -21,9 +21,9 @@ var rootCmd = &cobra.Command{ Short: "NetAssert is a command line utility to test network connectivity between kubernetes objects", Long: "NetAssert is a command line utility to test network connectivity between kubernetes objects.\n" + "It currently supports Deployment, Pod, Statefulset and Daemonset.\nYou can check the traffic flow between these objects or from these " + - "objects to a remote host or an IP address.\n\nBuilt by ControlPlane https://control-plane.io", + "objects to a remote host or an IP address.\n\nMade with ❤ by https://control-plane.io/", - Version: fmt.Sprintf("\nBuilt by ControlPlane https://control-plane.io\n"+ + Version: fmt.Sprintf("\nMade with ❤ by https://control-plane.io/\n"+ "Version: %s\nCommit Hash: %s\nBuild Date: %s\n", version, gitHash, buildDate), }