Skip to content

Commit

Permalink
Updated stack_graph.go
Browse files Browse the repository at this point in the history
  • Loading branch information
krupaJari authored and AaronFriel committed Dec 13, 2022
1 parent 62dbbfe commit 0a1b478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/pulumi/stack_graph.go
Expand Up @@ -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
}

Expand Down

0 comments on commit 0a1b478

Please sign in to comment.