Skip to content

Commit

Permalink
Set dry run default to false (istio#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
ostromart authored and istio-testing committed Aug 14, 2019
1 parent 8500021 commit 6f6d006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mesh/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func addFlags(cmd *cobra.Command, rootArgs *rootArgs) {
cmd.PersistentFlags().BoolVarP(&rootArgs.logToStdErr, "logtostderr", "",
false, "Send logs to stderr.")
cmd.PersistentFlags().BoolVarP(&rootArgs.dryRun, "dry-run", "",
true, "Console/log output only, make no changes.")
false, "Console/log output only, make no changes.")
cmd.PersistentFlags().BoolVarP(&rootArgs.verbose, "verbose", "",
false, "Verbose output.")
}
Expand Down

0 comments on commit 6f6d006

Please sign in to comment.