From 0a1b478cc77021b670a45e7ccf7ef1949236acce Mon Sep 17 00:00:00 2001 From: Krupa Jariwala Date: Thu, 17 Nov 2022 09:30:16 +0530 Subject: [PATCH] Updated stack_graph.go --- pkg/cmd/pulumi/stack_graph.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/pulumi/stack_graph.go b/pkg/cmd/pulumi/stack_graph.go index 1261a9d70368..d564dd88e549 100644 --- a/pkg/cmd/pulumi/stack_graph.go +++ b/pkg/cmd/pulumi/stack_graph.go @@ -102,7 +102,7 @@ func newStackGraphCmd() *cobra.Command { cmd.PersistentFlags().StringVar(&parentEdgeColor, "parent-edge-color", "#AA6639", "Sets the color of parent edges in the graph") cmd.PersistentFlags().BoolVar(&shortNodeName, "short-node-name", false, - "Returns the resource name as the node label for each node of the graph") + "Sets the resource name as the node label for each node of the graph") return cmd }