Update pkg/cmd/pulumi/up.go

Co-authored-by: Alex Mullans <a.mullans@pulumi.com>
This commit is contained in:
Fraser Waters 2021-11-19 14:24:33 +00:00 committed by GitHub
parent c1047fb3d9
commit 9032552d69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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).")
}