Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cmd/netassert/cli/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
}
Expand Down
Loading