cli: minor wording tweaks

This commit is contained in:
Thomas Tendyck 2022-05-09 17:02:47 +02:00 committed by Thomas Tendyck
parent 1872d52a49
commit bbfd84729d
6 changed files with 12 additions and 12 deletions

View file

@ -18,8 +18,8 @@ import (
func newTerminateCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "terminate",
Short: "Terminate an existing Constellation cluster",
Long: "Terminate an existing Constellation cluster. The cluster can't be started again, and all persistent storage will be lost.",
Short: "Terminate a Constellation cluster",
Long: "Terminate a Constellation cluster. The cluster can't be started again, and all persistent storage will be lost.",
Args: cobra.NoArgs,
RunE: runTerminate,
}