Skip to content

Commit

Permalink
Merge pull request #381 from cloudskiff/issue_367_lotoussa
Browse files Browse the repository at this point in the history
Add details to error reporting flag in help message
  • Loading branch information
eliecharra authored Mar 29, 2021
2 parents cc490b2 + 85d0ba8 commit a8a3d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/driftctl.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func NewDriftctlCmd(build build.BuildInterface) *DriftctlCmd {

cmd.PersistentFlags().BoolP("help", "h", false, "Display help for command")
cmd.PersistentFlags().BoolP("no-version-check", "", false, "Disable the version check")
cmd.PersistentFlags().BoolP("error-reporting", "", false, "Enable error reporting.\nWARNING: may leak sensitive data")
cmd.PersistentFlags().BoolP("send-crash-report", "", false, "Enable error reporting. Crash data will be sent to us via Sentry.\nWARNING: may leak sensitive data (please read documentation for more details)\nThis flag should be used only if an error occur during execution")

cmd.AddCommand(NewScanCmd())

Expand Down

0 comments on commit a8a3d6c

Please sign in to comment.