Fix help message to fix formatting on docs page (#8211)

This commit is contained in:
Cameron Stokes 2021-10-13 15:29:52 -07:00 committed by GitHub
parent e07d96af9e
commit 562c9da008
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,7 +65,7 @@ func newStackInitCmd() *cobra.Command {
"\n" +
"A stack can be created based on the configuration of an existing stack by passing the\n" +
"`--copy-config-from` flag.\n" +
"* `pulumi stack init --copy-config-from dev",
"* `pulumi stack init --copy-config-from dev`",
Run: cmdutil.RunFunc(func(cmd *cobra.Command, args []string) error {
opts := display.Options{
Color: cmdutil.GetGlobalColorization(),