Skip to content

Commit

Permalink
Update cmd/apply.go
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Bécan <[email protected]>
  • Loading branch information
strokyl and gbecan authored Mar 4, 2024
1 parent a981ed0 commit ff1f597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func init() {
PersistentFlags().StringArrayP("file", "f", make([]string, 0, 0), "Specify the files to apply")

dryRun = applyCmd.
PersistentFlags().Bool("dry-mode", false, "Don't really apply change but check on backend the effect if applied")
PersistentFlags().Bool("dry-run", false, "Don't really apply change but check on backend the effect if applied")

applyCmd.MarkPersistentFlagRequired("file")
}
Expand Down

0 comments on commit ff1f597

Please sign in to comment.