Skip to content

Commit

Permalink
Fix: doc buglet
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Sabaini <[email protected]>
  • Loading branch information
sabaini committed Jun 5, 2024
1 parent cba31e8 commit da0aa4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microceph/cmd/microceph/disk_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type cmdDiskList struct {
func (c *cmdDiskList) Command() *cobra.Command {
cmd := &cobra.Command{
Use: "list",
Short: "List servers in the cluster",
Short: "List disks configured in MicroCeph and available unpartitioned disks on this system.",
RunE: c.Run,
}

Expand Down

0 comments on commit da0aa4b

Please sign in to comment.