Skip to content

Commit

Permalink
Clean up wording in force flag description
Browse files Browse the repository at this point in the history
Co-authored-by: Travis Nielsen <[email protected]>
Signed-off-by: Troy Partridge <[email protected]>
  • Loading branch information
troyApart and travisn committed Nov 26, 2024
1 parent d4bad27 commit db47807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/commands/rook.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func init() {
RookCmd.AddCommand(statusCmd)
RookCmd.AddCommand(purgeCmd)
statusCmd.PersistentFlags().Bool("json", false, "print status in json format")
purgeCmd.PersistentFlags().Bool("force", false, "force deletion of OSD(s) with the risk that they could still contains data")
purgeCmd.PersistentFlags().Bool("force", false, "force deletion of OSD(s) even with the risk they still contain data")
}

func validateOsdIDs(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit db47807

Please sign in to comment.