Skip to content

Commit

Permalink
Merge pull request rook#182 from subhamkrai/fix-osd-removal-help
Browse files Browse the repository at this point in the history
usages: Clear how to use purge-osd command
  • Loading branch information
subhamkrai authored Sep 26, 2023
2 parents bacdc39 + 700fa10 commit 7fb9e7d
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 @@ -47,7 +47,7 @@ var versionCmd = &cobra.Command{

var purgeCmd = &cobra.Command{
Use: "purge-osd",
Short: "Permanently remove an OSD from the cluster. Multiple OSDs can be removed with a comma-separated list of IDs.",
Short: "Permanently remove an OSD from the cluster. Multiple OSDs can be removed with a comma-separated list of IDs, for example, purge-osd 0,1",
Args: cobra.ExactArgs(1),
Run: func(cmd *cobra.Command, args []string) {
clientsets := GetClientsets(cmd.Context())
Expand Down

0 comments on commit 7fb9e7d

Please sign in to comment.