Skip to content

Commit ff993d5

Browse files
committed
Update cli text
1 parent 78ffea9 commit ff993d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/clace/apply_cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func initApplyCommand(commonFlags []cli.Flag, clientConfig *types.ClientConfig)
2424
flags = append(flags, newBoolFlag("approve", "a", "Approve the app permissions", false))
2525
flags = append(flags, newStringFlag("reload", "r", "Which apps to reload: none, updated, matched", ""))
2626
flags = append(flags, newBoolFlag("promote", "p", "Promote changes from stage to prod", false))
27-
flags = append(flags, newBoolFlag("force", "f", "Force update app config, removing non-declarative changes", false))
27+
flags = append(flags, newBoolFlag("force", "f", "Force update app config, overwriting non-declarative changes", false))
2828
flags = append(flags, dryRunFlag())
2929

3030
return &cli.Command{

0 commit comments

Comments
 (0)