mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-27 17:25:20 -04:00
cli: fix/improve some user-facing strings
This commit is contained in:
parent
8a92d69762
commit
b8a18914b8
8 changed files with 105 additions and 106 deletions
|
@ -28,9 +28,9 @@ import (
|
|||
func NewStatusCmd() *cobra.Command {
|
||||
cmd := &cobra.Command{
|
||||
Use: "status",
|
||||
Short: "show status of a Constellation cluster",
|
||||
Long: "Show status of a constellation cluster.\n\n" +
|
||||
"Shows microservice, image and Kubernetes versions installed in the cluster. Also show status of current version upgrades.",
|
||||
Short: "Show status of a Constellation cluster",
|
||||
Long: "Show the status of a constellation cluster.\n\n" +
|
||||
"Shows microservice, image, and Kubernetes versions installed in the cluster. Also shows status of current version upgrades.",
|
||||
Args: cobra.NoArgs,
|
||||
RunE: runStatus,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue