From 9032552d69e3569e749c98b9e4391fe589950e4a Mon Sep 17 00:00:00 2001 From: Fraser Waters Date: Fri, 19 Nov 2021 14:24:33 +0000 Subject: [PATCH] Update pkg/cmd/pulumi/up.go Co-authored-by: Alex Mullans --- pkg/cmd/pulumi/up.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/cmd/pulumi/up.go b/pkg/cmd/pulumi/up.go index ead82d56b..d43e3de31 100644 --- a/pkg/cmd/pulumi/up.go +++ b/pkg/cmd/pulumi/up.go @@ -524,9 +524,9 @@ func newUpCmd() *cobra.Command { if hasExperimentalCommands() { cmd.PersistentFlags().StringVar( - &planFilePath, "constraints-file", "", - "Path to a constraints file to use for the update. The update will not "+ - "perform operations that exceed its constraints (e.g. replacements instead of updates, or updates instead"+ + &planFilePath, "plan", "", + "Path to a plan file to use for the update. The update will not "+ + "perform operations that exceed its plan (e.g. replacements instead of updates, or updates instead"+ "of sames).") }