mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-05 21:44:15 -04:00
cli: minor wording tweaks
This commit is contained in:
parent
1872d52a49
commit
bbfd84729d
6 changed files with 12 additions and 12 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue