From 42a3f0bd87c18c3b9444ebb4e61924baf5360294 Mon Sep 17 00:00:00 2001 From: Caio Begotti Date: Sat, 4 Sep 2021 02:12:05 -0300 Subject: [PATCH] better wording about what the plugin actually does --- cmd/plugin/cli/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/plugin/cli/root.go b/cmd/plugin/cli/root.go index a5c8425..c694de6 100644 --- a/cmd/plugin/cli/root.go +++ b/cmd/plugin/cli/root.go @@ -19,7 +19,7 @@ var ( func RootCmd() *cobra.Command { cmd := &cobra.Command{ Use: "pod-dive [pod name]", - Short: "Dives into a node after the desired pod info.", + Short: "Summary list of all pods with restarts and their last start time", Long: `Dives into a node after the desired pod and returns data associated with the pod no matter where it is running, such as its origin workload, namespace, the node where it is running and its node pod siblings, as