Skip to content

Commit

Permalink
better wording about what the plugin actually does
Browse files Browse the repository at this point in the history
  • Loading branch information
caiobegotti committed Sep 4, 2021
1 parent 88580c3 commit 42a3f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/plugin/cli/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42a3f0b

Please sign in to comment.