Fix typo in cluster stop command doc (#513, @searsaw)
This commit is contained in:
parent
8b0174bed2
commit
f141bc3be8
@ -56,7 +56,7 @@ func NewCmdClusterStop() *cobra.Command {
|
||||
}
|
||||
|
||||
// add flags
|
||||
cmd.Flags().BoolP("all", "a", false, "Start all existing clusters")
|
||||
cmd.Flags().BoolP("all", "a", false, "Stop all existing clusters")
|
||||
|
||||
// add subcommands
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user