Fix typo in cluster stop command doc (#513, @searsaw)

This commit is contained in:
Alex Sears 2021-03-02 12:52:37 -05:00 committed by GitHub
parent 8b0174bed2
commit f141bc3be8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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