Skip to content

Commit

Permalink
Docs: Fixed delete_command help prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
wwoytenko committed Oct 9, 2024
1 parent 990ffdd commit 3ccc5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/greenmask/cmd/delete/delete_dump.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func run(dumpId string) error {
log.Fatal().Err(err).Msg("error deleting dump")
}
} else {
log.Fatal().Msg("either --prune-failed, --prune-unknown-or-failed, --delete-elder-than, --keep-recent or dumpId should be provided")
log.Fatal().Msg("either --prune-failed, --prune-unsafe, --before-date, --retain-recent, --retain-for or dumpId should be provided")
}

return nil
Expand Down

0 comments on commit 3ccc5cd

Please sign in to comment.